@keyframes loading-gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.announcement-big-card {
	position: relative;
}

.announcement-big-card .announcement-bar-loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.announcement-big-card .announcement-mgr {
	margin: 10px 5px 10px 0;
	background-color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.announcement-big-card .announcement-mgr .check-wrapper {
	padding: .75rem;
}

.announcement-big-card .announcement-mgr .menu-wrapper {
	padding: .75rem 0;
}

.announcement-big-card .announcement-mgr .menu-wrapper .menu {
	width: 30px;
	height: 30px;
	background-color: #f4f4f4;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	cursor: pointer;
	color: #969696;
	font-size: 21px;
/*	border: 1px solid rgba(110, 110, 110, 0.3); */
}

.announcement-big-card .announcement-mgr .menu-wrapper .menu:hover {
	background-color: #969696;
	color: #f4f4f4;
}

.announcement-big-card .announcement-cnt {
	position: relative;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1rem;
	margin: 10px 0;
/*	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05); */
/*	text-decoration: none; */
}

.announcement-big-card .announcement-cnt:hover {
/*	margin: 10px 0 20px 0; */
}

.announcement-big-card .outer {
/*	border: 1px solid #e5e7e8; */
	border: 1px solid #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.announcement-big-card .avatar {
	position: relative;
	width: 280px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
/*
	background-image: url('../img/pexels-steve-1509534.jpg');
	background-color: #fafafa;
*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.announcement-big-card .avatar .avatar-circle {
	position: relative;
	width: 136px;
	height: 136px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
/*	background-color: #e3e3e3; */
/*	border: 1px solid #ffffff; */
	overflow: hidden;
}

.announcement-big-card .avatar .avatar-circle-outer {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.announcement-big-card .avatar .avatar-circle-inner {
	position: absolute;
	top: 9px;
	left: 9px;
	width: 118px;
	height: 118px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #ffffff;
}

.announcement-big-card .avatar .up-avatar-initial-wrapper {
	width: 100%;
	height: 100%;
	font-weight: 600;
	font-size: 54px;
	color: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.announcement-big-card .avatar .avatar-icon-wrapper {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.announcement-big-card .avatar .image {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.announcement-big-card .inner {
	background-color: #ffffff;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.announcement-big-card .inner .content {
/*	position: relative; */
/*	max-width: 1080px; */
	max-width: 1440px;
	margin: 0 auto;
}

.announcement-big-card .inner .create {
	width: 100%;
	padding: 25px;
	height: 250px;
	font-size: 30px;
	font-weight: 300;
	color: #666666;
}

.announcement-big-card .inner .data {
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(240,248,255,1) 100%);
	padding: 25px;
	padding-bottom: 0;
}

.announcement-big-card .inner .tutor {
}

.announcement-big-card .inner .info {
}

.announcement-big-card .inner .fullname {
	font-size: 20px;
	color: #1f1f1f;
	font-weight: 600;
	line-height: 40px;
}

.announcement-big-card .inner .fullname-loading {
	display: inline-block;
	width: 240px;
	height: 24px;
	background: radial-gradient(circle, rgba(220,220,220,1) 0%,rgba(241,241,241,1) 100%);
	background-size: 600% 600%;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	animation: loading-gradient 3s ease infinite;
}

.announcement-big-card .inner .stars {
	padding: 3px 0 0 10px;
}

.announcement-big-card .inner .star {
	padding: 0 1px;
}

.announcement-big-card .inner .star svg {
	width: 15px;
	height: 15px;
	fill: #ebebeb;
}

.announcement-big-card .inner .star.active svg {
	fill: #ffb200;
}

.announcement-big-card .inner .options {
	padding: 10px 0;
}

.announcement-big-card .inner .subjects {
	padding: 5px 0;
}

.announcement-big-card .inner .subjects .icon {
	width: 30px;
	color: rgba(33, 37, 41, .8);
}

.announcement-big-card .inner .subjects .subjects-loading {
	display: inline-block;
	width: 180px;
	height: 24px;
	background: radial-gradient(circle, rgba(220,220,220,1) 0%,rgba(241,241,241,1) 100%);
	background-size: 600% 600%;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	animation: loading-gradient 3s ease infinite;
}

.announcement-big-card .inner .subjects .subjects-list {
}

.announcement-big-card .inner .subjects .subject-item {
	color: #ffffff;
	font-size: 14px;
	background-color: #ffb200;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 10px;
	margin: 3px 3px;
}

.announcement-big-card .inner .subjects .subject-unaccepted svg {
	fill: #7e7e7e;
	margin-right: 10px;
	width: .7rem;
	height: .7rem;
}

.announcement-big-card .inner .subjects .subject-fullname {
	max-width: 200px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.announcement-big-card .inner .subjects .no-subjects {
	color: #cccccc;
}

.announcement-big-card .inner .modes {
	padding: 5px 0;
}

.announcement-big-card .inner .modes .icon {
	width: 30px;
	opacity: .8;
}

.announcement-big-card .inner .modes .modes-loading {
	display: inline-block;
	width: 180px;
	height: 24px;
	background: radial-gradient(circle, rgba(220,220,220,1) 0%,rgba(241,241,241,1) 100%);
	background-size: 600% 600%;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	animation: loading-gradient 3s ease infinite;
}

.announcement-big-card .inner .modes .icon svg {
	width: 18px;
	height: 18px;
}

.announcement-big-card .inner .modes .list {
}

.announcement-big-card .inner .modes .mode {
	color: #00536f;
	font-size: 14px;
	background-color: #e1f4fb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 10px;
	margin: 0 3px;
}

.announcement-big-card .inner .modes .no-modes {
	color: #cccccc;
}

.announcement-big-card .inner .extra {
}

.announcement-big-card .inner .extra .price {
	color: #333333;
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	text-align: right;
}

.announcement-big-card .inner .extra .price-loading {
	display: inline-block;
	width: 80px;
	height: 24px;
	background: radial-gradient(circle, rgba(220,220,220,1) 0%,rgba(241,241,241,1) 100%);
	background-size: 600% 600%;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	animation: loading-gradient 3s ease infinite;
}

.announcement-big-card .inner .extra .duration {
	color: #333333;
	font-size: 14px;
	text-align: right;
}

.announcement-big-card .inner .extra .duration-loading {
	display: inline-block;
	width: 106px;
	height: 12px;
	background: radial-gradient(circle, rgba(220,220,220,1) 0%,rgba(241,241,241,1) 100%);
	background-size: 200% 200%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	animation: loading-gradient 3s ease infinite;
}

.announcement-big-card .inner .extra .free-trial {
	padding: 5px 0;
}

.announcement-big-card .inner .extra .free-trial span {
	color: #e77334;
	font-size: 14px;
	background-color: #fff7e0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 10px;
	border: 1px solid #e77334;
}

.announcement-big-card .inner .description {
	padding: 25px;
	padding-top: 0;
}

.announcement-big-card .inner .description .title {
	font-size: 24px;
	color: #0c0d0e;
	padding: 20px 0;
	font-weight: 600;
}

.announcement-big-card .inner .description .no-title {
	color: #cccccc;
}

.announcement-big-card .inner .description .title-loading {
	display: inline-block;
	width: 240px;
	height: 24px;
	background: radial-gradient(circle, rgba(220,220,220,1) 0%,rgba(241,241,241,1) 100%);
	background-size: 600% 600%;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	animation: loading-gradient 3s ease infinite;
}

.announcement-big-card .inner .description .teaser {
	font-size: 16px;
	color: #1f1f1f;
}

.announcement-big-card .inner .description .no-teaser {
	color: #cccccc;
}

.announcement-big-card .inner .description .teaser-loading {
	display: inline-block;
	width: 106px;
	height: 12px;
	background: radial-gradient(circle, rgba(220,220,220,1) 0%,rgba(241,241,241,1) 100%);
	background-size: 200% 200%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	animation: loading-gradient 3s ease infinite;
}

.announcement-big-card .announcement:hover .avatar .circle {
	width: 140px;
	height: 140px;
}

.announcement-big-card .announcement:hover .extra .price {
	color: #ffb200;
}

.arrange-wrapper {
}

.arrange-wrapper .arrange {
	background-color: #f4f4f4;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	height: 100%;
}

.arrange-wrapper .arrange > div {
	padding: 0 .75rem;
	color: #666866;
	cursor: pointer;
}

.arrange-wrapper .arrange .active {
	background-color: #ffffff;
}

.arrange-wrapper .arrange > div:hover {
	background-color: #ffffff;
}

.arrange-wrapper .arrange .active {
	color: #495057;
}

/*
.arrange-wrapper {
	position: relative;
}

.arrange-wrapper .arrange {
*	list-style: none; *
	margin: 0;
*	display: inline-flex; *
	align-items: stretch;
	vertical-align: top;
	border-radius: 9999px;
	background-color: #f5f5f5;
	border: 1px solid #e7e7e7;
	padding: 3px;
	position: relative;
}

.arrange-wrapper .arrange input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	border: 0;
}

.arrange-wrapper .arrange label {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	display: flex;
	align-items: center;
	padding: 3px 11px;
	position: relative;
	z-index: 100;
	border-radius: 9999px;
	cursor: pointer;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid transparent;
	margin-inline-end: 4px;
}
*/