.mysites_header {
	/*  margin-bottom: 30px;*/
}
.mysites_header .title_view {
	width: 296px;
	margin: 0 auto 17px;
	background: url(../images/bg_title.png) repeat-x 0 0;
	background-size: 48px;
}
.mysites_header .title_view .inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	margin: 0 auto;
	background-color: #f5f5f5;
}
.mysites_header .title_view span {
	display: block;
	font-size: 10px;
	background-color: #8fcc31;
	padding: 3px 5px;
	border-radius: 10rem;
	line-height: 1;
	margin-right: 6px;
}
.mysites_header .title_view p {
	font-size: 13px;
}
.mysites_header .status_bar {
	background-color: #fff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.09);
	position: relative;
	padding: 10px 0;
}
.mysites_header .status_bar .plan_list {
	display: flex;
	align-items: center;
	gap: 15px;
}
.mysites_header .status_bar .plan_list .plan {
	font-size: 13px;
	margin-bottom: 2px;
}
.mysites_header .status_bar .plan_list .plan span {
	font-size: 10px;
	border-radius: 0 10rem 10rem 0;
	margin-right: 3px;
	color: #fff;
	padding: 2px 8px 2px 4px;
	vertical-align: text-top;
}
.mysites_header .status_bar .plan_list .plan {
	opacity: 1;
	transition: opacity 0.3s ease;
}
.mysites_header .status_bar .plan_list .plan.selected {
	opacity: 0.3;
	background: unset !important;
}
.mysites_header .status_bar .plan_list .plan.enterprise span {
	background-color: #000;
}
.mysites_header .status_bar .plan_list .plan.enterprise strong {
	color: #000;
}
.mysites_header .status_bar .plan_list .plan.expert span {
	background-color: #66823e;
}
.mysites_header .status_bar .plan_list .plan.expert strong {
	color: #66823e;
}
.mysites_header .status_bar .plan_list .plan.starter span {
	background-color: #8fcc31;
}
.mysites_header .status_bar .plan_list .plan.starter strong {
	color: #8fcc31;
}
.mysites_header .status_bar .plan_list .plan.dashboard span {
	background-color: #e36411;
}
.mysites_header .status_bar .plan_list .plan.dashboard strong {
	color: #e36411;
}
.mysites_header .status_bar .plan_list .plan strong {
	font-size: 20px;
}

.mysites_sort {
	margin-bottom: 30px;
}
.mysites_sort .sort_bar {
	background-color: #fff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.09);
	position: relative;
	padding: 0 0 10px 0;
}
.mysites_sort .sort_bar .sort_list {
	display: flex;
	align-items: center;
	gap: 15px;
}
.mysites_sort .sort_bar .sort_list .sort_title {
	margin: 0 10px;
}

.current .card {
	width: 100%;
	display: flex;
	padding: 15px;
	background-color: #fff;
	position: relative;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.09);
	transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
	margin-bottom: 40px;
	min-height: 220px;
}
.current .card .pic {
	width: 16%;
	/*  max-width: 180px;*/
	position: relative;
	overflow: hidden;
	margin-right: 10px;
}
.current .card .pic .pic_wrap {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.current .card .pic .pic_wrap img.site_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.current .card .ai_campaign_code {
	margin-bottom: 8px;
}
.current .card .ai_campaign_code .ai_campaign_code_btn {
	display: inline-flex;
	align-items: center;
	column-gap: 5px;
	padding: 3px 10px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 13px;
	font-weight: normal;
	background: #ff8c00;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}
.current .card .ai_campaign_code .ai_campaign_code_btn::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/img/mysites/ic_edit_white.svg) no-repeat;
	background-size: contain;
}
.current .card .ai_campaign_code .ai_campaign_code_btn:hover {
	opacity: 0.8;
}

.current .card .site {
	width: 36%;
	padding-left: 10px;
}
.current .card .contract_plan {
	font-size: 13px;
	font-weight: 500;
	margin-top: 4px;
}
.current .card .plan_tag,
.current .card .option_tag {
	display: inline-flex;
	align-items: center;
	height: 20px;
	padding: 0px 3px;
	color: #fff;
	font-weight: 400;
}
.current .card.plan1 .plan_tag {
	background-color: #e36411;
}
.current .card.plan2 .plan_tag {
	background-color: #8fcc31;
}
.current .card.plan3 .plan_tag {
	background-color: #66823e;
}
.current .card.plan4 .plan_tag {
	background-color: #000;
}
.current .card .option_tag {
	background-color: #ffb012;
}

.current .card .site .site_header {
	padding: 0 0 10px 0;
}
.current .card .site .site_header h2 {
	/*  text-align: center;*/
	font-size: 22px;
	font-weight: bold;
}
.current .card .site .site_header h2 .unregistered_link {
	display: inline-block;
	background-color: #0ea3aa;
	color: #fff;
	padding: 3px 10px;
	margin: 0 0 0 10px;
	border-radius: 100vh;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 13px;
	font-weight: normal;
	top: 4px;
	position: relative;
}

.current .card .site .url {
	background-color: #e5e6ea;
	padding: 5px 0;
}
.current .card .site .url p {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-right: 5px;
}
.current .card .site .url .tag {
	font-size: 10px;
	border-radius: 0 10rem 10rem 0;
	margin-right: 3px;
	color: #fff;
	padding: 2px 8px 2px 4px;
	vertical-align: text-top;
	background-color: #000;

	vertical-align: initial;
}
.current .card .site .url a {
	font-size: 13px;
	color: #000;
	text-decoration: none;
}

.current .card .site .menu {
	border-top: 1px solid #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
.current .card .site .menu .col {
	width: 50%;
}
.current .card .site .menu .col a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 10px;
}
.current .card .site .menu .col a:hover {
	opacity: 0.8;
}
.current .card .site .menu .col.tileview {
	border-left: 1px solid #ccc;
}
.current .card .site .menu .text {
	color: #258c17;
	font-weight: 700;
	margin-right: 7px;
}
.current .card .site .menu .img {
	width: 22px;
}
.current .card .site .url {
	background-color: #e5e6ea;
	padding: 5px 0;
}
.current .card .site .url .url_tag {
	font-size: 10px;
	border-radius: 0 10rem 10rem 0;
	margin-right: 3px;
	color: #fff;
	padding: 2px 8px 2px 4px;
	vertical-align: text-top;
	background-color: #000;
	vertical-align: initial;
}
.current .card .site .url a {
	font-size: 13px;
	color: #000;
	text-decoration: none;
}
.current .card .site .url a {
	font-size: 13px;
	color: #000;
	text-decoration: none;
}

.current .card .site .info {
	display: flex;
	column-gap: 20px;
	padding: 1px 0 10px 0;
}

.current .card .site .info .register_date,
.current .card .site .info .plan_start_date {
	font-size: 14px;
	font-weight: 500;
}

.current .card .site .last_access {
	display: flex;
	justify-content: right;
	padding: 6px 0;
}

.current .card .buttons {
	width: 48%;
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
	flex-wrap: wrap;
}

.current .card .buttons .col {
	/* border-right: 1px solid #dadada;
  border-left: 1px solid #dadada;
  padding: 0 10px; */
}

.current .card .buttons .col + .col {
	border-left: none;
}

.current .card .buttons .col.buttons_dashbord {
	width: 300px;
}
.current .card .buttons .col.buttons_tileview {
	width: 110px;
}
.current .card .buttons .col.buttons_setting {
	width: 110px;
}

.current .card .buttons .col .col_title {
	background: #e5e6ea;
	padding: 4px 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}
.current .card .buttons .col .col_title span {
	color: #222222;
	font-weight: bold;
}

.current .card .buttons .col .row {
	display: flex;
	justify-content: space-around;
}

.current .card .buttons .col .row + .row {
	margin-top: 15px;
}

.current .card .buttons .col .row .setting {
	height: 92px;
	width: 92px;
	min-width: 92px;
	flex-direction: column;
	font-size: 12px;
	font-weight: 500;
	color: rgb(34, 34, 34);
	border: 1px solid rgb(94, 111, 141);
	border-radius: 3px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.09);
	cursor: pointer;
	white-space: nowrap;
	text-align: center;
	display: inline-flex;
	position: relative;
}
.current .card .buttons .col .row .setting .arrow img {
	width: 20px;
}

.current .card .buttons .col .row .setting_menu {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 3px;
}
.current .card .buttons .col .row .setting_menu .arrow {
	display: inline-block;
}
.current .card .buttons .col .row .setting_menu.show {
	background-color: #e5e6ea;
}

.current .card .buttons .col .row .menuSub {
	display: none;
	position: absolute;
	top: 90px;
	z-index: 1;
	background: #fff;
	width: calc(100% + 1.5px);
	left: -0.8px;
	border: 1px solid;
	border-top: none;
	text-align: left;
	border-radius: 0 0 3px 3px;
}
.current .card .buttons .col .row .menuSub.show {
	display: block;
	animation: user_menu_popup 0.2s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}
.current .card .buttons .col .row .menuSub li {
	margin: 5px 0;
}
.current .card .buttons .col .row .menuSub li:hover {
	background-color: #e5e6ea;
}
.current .card .buttons .col .row .menuSub a {
	display: block;
	padding: 5px;
	color: #000;
}

.current .card .buttons .button {
	width: 92px;
	min-width: 92px;
	height: 92px;
	color: rgb(34, 34, 34);
	font-weight: 600;
	font-size: 14px;
	border: 1px solid rgb(94, 111, 141);
	border-radius: 3px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.09);
	cursor: pointer;
	white-space: nowrap;
	position: relative;
}
.current .card .buttons .button.domain_report {
	background: #b6f1ca url(/img/mysites/i-domein.png) no-repeat;
	background-position: center;
}
.current .card .buttons .button.portfolio {
	background: #fce7de url(/img/mysites/i-searchindex.png) no-repeat;
	background-position: center;
}
.current .card .buttons .button.keywords {
	background: #fae0fa url(/img/mysites/i-searchkey.png) no-repeat;
	background-position: center;
}
.current .card .buttons .button.bookmarks {
	background: #dbeaff url(/img/mysites/i-url.png) no-repeat;
	background-position: center;
}
.current .card .buttons .button.ranking {
	background: #ffe398 url(/img/mysites/i-ranking.png) no-repeat;
	background-position: center;
}
.current .card .buttons .button.report {
	background: #b1ddff url(/img/mysites/i-report.png) no-repeat;
	background-position: center;
}
.current .card .buttons .button.tileview-w {
	background: #e4f6db url(/img/mysites/view-week.png) no-repeat;
	background-position: center 20px;
}
.current .card .buttons .button.tileview-m {
	background: #e4f6db url(/img/mysites/view-month.png) no-repeat;
	background-position: center 20px;
}

.current .card .buttons .button.ai::before {
	content: "";
	top: 0;
	right: 0;
	border-bottom: 30px solid transparent;
	border-right: 30px solid #f00;
	position: absolute;
	z-index: 3;
}
.current .card .buttons .button.ai::after {
	content: "AI";
	font-size: 13px;
	font-weight: normal;
	display: block;
	top: 0;
	transform: rotate(45deg);
	color: #fff;
	right: 3px;
	position: absolute;
	z-index: 4;
}

.current .card .buttons .button.tileview-w .text,
.current .card .buttons .button.tileview-m .text {
	top: 24px;
	position: relative;
}
.current .card .buttons .button.note {
	background: #fff url(/img/mysites/i-note.png) no-repeat;
	background-position: center 14px;
}
.current .card .buttons .button.note .text {
	top: 24px;
	position: relative;
}
.current .card .buttons .button.setting {
	background: #fff url(/img/mysites/i-setting.png) no-repeat;
	background-position: center 10px;
}
.current .card .buttons .button.setting .text {
	font-weight: 600;
	font-size: 13px;
}

.interval {
	position: absolute;
	bottom: 0;
	font-size: 11px;
}
.interval.monthly {
	color: #e36411;
	left: 25%;
}
.interval.weekly {
	color: #45a2d8;
	left: 30%;
}
.interval.double {
	left: 38%;
}
.interval.double .m {
	color: #e36411;
}
.interval.double .w {
	color: #45a2d8;
}

.site_list .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.site_list .card {
	width: 49%;
	display: flex;
	padding: 10px;
	background-color: #fff;
	position: relative;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.09);
	transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
	margin-bottom: 20px;
	cursor: pointer;
	min-height: 210px;
}
.site_list .card:hover {
	box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.16);
	transform: translateY(-4px);
	transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
	-webkit-font-smoothing: antialiased;
	z-index: 2;
}
.site_list .card .pic {
	width: 32.1%;
	max-width: 180px;
	position: relative;
	overflow: hidden;
	margin-right: 10px;
}
.site_list .card .pic .pic_wrap {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 30px;
	left: 0;
}
.site_list .card .pic .pic_wrap img.site_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.site_list .card .site {
	width: 68.9%;
}
.site_list .card.plan1 .plan_tag,
.site_list .card.plan2 .plan_tag,
.site_list .card.plan3 .plan_tag,
.site_list .card.plan4 .plan_tag {
	display: block;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin: auto;
	padding: 3px 10px;
	width: 100%;
	margin: 0;
}
.site_list .card.plan1 .plan_tag {
	background-color: #e36411;
}
.site_list .card.plan2 .plan_tag {
	background-color: #8fcc31;
}
.site_list .card.plan3 .plan_tag {
	background-color: #66823e;
}
.site_list .card.plan4 .plan_tag {
	background-color: #000;
}

.site_list .card .site .label {
	color: #fff;
	font-size: 13px;
	text-align: center;
	font-weight: 700;
	width: 180px;
	padding: 3px 0;
	position: absolute;
	top: 0;
	right: 0;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.09);
}
.site_list .card .site .label:after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 2%;
	top: 4px;
	background: url("/img/arrow_forward.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
	cursor: pointer;
}
.site_list .card .site .label.enterprise {
	background-color: #000;
}
.site_list .card .site .label.expert {
	background-color: #66823e;
}
.site_list .card .site .label.starter {
	background-color: #8fcc31;
}
.site_list .card .site .label.dashboard {
	background-color: #e36411;
}
.site_list .card .site .label span {
	display: block;
	position: relative;
	color: #fff;
}
.site_list .card .site .label span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #ffffff;
}
.site_list .card .site .site_header {
	position: relative;
	padding: 5px 0 10px 0;
}
.site_list .card .site .site_header h2 {
	/*  text-align: center;*/
	font-size: 18px;
	font-weight: bold;
}
.site_list .card .site .menu {
	border-top: 1px solid #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
.site_list .card .site .menu .col {
	width: 50%;
}
.site_list .card .site .menu .col a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 12px;
}
.site_list .card .site .menu .col a + a {
	padding-top: 0;
}
.site_list .card .site .menu .col.tileview {
	border-left: 1px solid #ccc;
}
.site_list .card .site .menu .text {
	color: #258c17;
	font-weight: 700;
	margin-right: 7px;
}
.site_list .card .site .menu .img {
	width: 22px;
}
.site_list .card .site .menu .tileview .img {
	width: 24px;
}
.site_list .card .site .url {
	background-color: #e5e6ea;
	padding: 5px 0;
}
.site_list .card .site .url p {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-right: 5px;
}
.site_list .card .site .url .tag {
	font-size: 10px;
	border-radius: 0 10rem 10rem 0;
	margin-right: 3px;
	color: #fff;
	padding: 2px 8px 2px 4px;
	vertical-align: text-top;
	background-color: #000;

	vertical-align: initial;
}
.site_list .card .site .url a {
	font-size: 13px;
	color: #000;
	text-decoration: none;
}

.site_list .card .site .menu {
	border-top: 1px solid #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
.site_list .card .site .menu .col {
	width: 50%;
}
.site_list .card .site .menu .col a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 10px;
}
.site_list .card .site .menu .col a:hover {
	opacity: 0.8;
}
.site_list .card .site .menu .col.tileview {
	border-left: 1px solid #ccc;
}
.site_list .card .site .menu .text {
	color: #258c17;
	font-weight: 700;
	margin-right: 7px;
}
.site_list .card .site .menu .img {
	width: 22px;
}
.site_list .card .site .url {
	background-color: #e5e6ea;
	padding: 5px 0;
}
.site_list .card .site .url .url_tag {
	font-size: 10px;
	border-radius: 0 10rem 10rem 0;
	margin-right: 3px;
	color: #fff;
	padding: 2px 8px 2px 4px;
	vertical-align: text-top;
	background-color: #000;
	vertical-align: initial;
}
.site_list .card .site .info {
	display: flex;
	column-gap: 20px;
	padding: 1px 0 10px 0;
}
.site_list .card .site .info .register_date,
.site_list .card .site .info .plan_start_date {
	font-size: 14px;
	font-weight: 500;
}
.site_list .card .site .last_access {
	display: flex;
	justify-content: right;
	padding: 6px 0 0 0;
}
.site_nohit,
.site_loading {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20vh 0;
}

.site_nohit p {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}
.site_nohit p + p {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	margin-top: 0.2rem;
}

#site-filter {
	width: 210px;
	font-size: 13px;
	border-radius: 9999px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: calc(calc(0.75em - 1px) + 0.375em);
	padding-right: calc(calc(0.75em - 1px) + 0.375em);
	/* margin: 1rem 0 0 0; */
	margin: 0 10px 0 auto;
	float: right;
}

.add_newsite {
	display: block;
	color: #000;
	text-align: center;
	text-decoration: none;
	width: 300px;
	margin: auto;
}
.add_newsite .text {
	font-size: 14px;
	margin-bottom: 6px;
}
.add_newsite .img {
	width: 47px;
	margin: 0 auto;
}

.sub_title_warapper {
	display: flex;
	flex-direction: column;
}

.sub_title_warapper .sub_title {
	font-size: 20px;
}

.sub_title_warapper .sub_title_notes {
	font-size: 13px;
	color: #555555;
	margin-bottom: 1rem;
}

.sub_title_warapper .manual_link {
	display: flex;
	align-items: end;
	margin-bottom: 1rem;
}

.sec_current_site .header {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}

.sec_current_site .header_title_wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
}

.site_news {
	width: 48%;
}

.sec_userseminar {
	width: 48%;
}

.sec_userseminar .seminar_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 1.2rem;
}
.sec_userseminar .seminar_wrap .seminar-card {
	flex: 0 0 48%;
}

.upgrade-banner {
	margin-bottom: 40px;
	display: flex;
}

.upgrade-banner .banner-text {
	border: 1px solid #8fcc31;
	background: #e36411;
	color: #fff;
	text-align: center;
	padding: 10px 10px;
}

.upgrade-banner .banner-text > span {
	border-bottom: 1px solid #fff;
}

.upgrade-banner .banner-text > div {
	font-size: 20px;
	font-weight: bold;
}

@media screen and (max-width: 1170px) {
	.upgrade-banner .banner-text {
		position: relative;
		width: auto;
		font-size: 12px;
	}

	.upgrade-banner {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	img.banner {
		object-fit: cover;
	}
	.upgrade-banner .banner-text > div {
		font-size: 13px;
	}
}

.link-arrow:after,
.link-arrow:after {
	content: "";
	background: url(/img/mysites/link-arrow.png) no-repeat;
	background-size: contain;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 10px;
}
.update_time .weekly {
	width: 260px;
	display: inline-block;
}

.update_time > span {
	display: inline-block;
	width: 180px;
}

.url-request {
	display: flex;
	align-items: center;
}

.url-request span {
	border-radius: 9px;
	padding: 1px 4px;
	margin-right: 10px;
	color: #000;
	display: flex;
	border: 1px solid #000;
}
.url-request .add-request b {
	color: #77bc55;
}
.url-request .del-request b {
	color: #ff5c5c;
}
.del-request:before {
	content: "";
	color: black;
	padding-right: 18px;
	background: url(/img/mysites/url-delete.png) no-repeat center;
	background-size: 16px 18px;
}

.add-request:before {
	content: "";
	color: black;
	padding-right: 18px;
	background: url(/img/mysites/url-add.png) no-repeat center;
	background-size: 16px 18px;
}
