/*.tmc-item:nth-child(n+9) {
	filter: blur(3px);
}*/

.tmc-more-text {
	max-width: 1000px;
	margin: 50px auto 40px auto;
	padding: 0 30px;
  line-height: 1.4;
}

.tmc-result-proc-label .trp::before {
	content: '';
	width: 20px;
	display: inline-block;
	margin-right: 4px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 19px;
}

.tmc-result-proc-label .trp.trp-1::before {
	background-image: url(/wp-content/themes/ezy/assets/images/icon_green.png);
}

.tmc-result-proc-label .trp.trp-2::before,
.tmc-result-proc-label .trp.trp-3::before {
	background-image: url(/wp-content/themes/ezy/assets/images/icon_yellow.png);
}

.tmc-result-proc-label .trp.trp-4::before {
	background-image: url(/wp-content/themes/ezy/assets/images/icon_red.png);
}

.tmc-more-results {
	width: 100%;
}

.tmc-more-inner {
	margin: 30px auto auto auto;
	width: 360px;
	text-align: center;
	background-color: #777AF1;
	color: #fff;
	border-radius: var(--button-br);
	padding: 14px 30px;
	font-weight: 500;
	font-size: 20px;
	cursor: pointer;
}

.tmc-result-proc {
	text-align: center;
	max-width: 900px;
	margin: 30px auto 40px auto;
}

.tmc-result-proc-title {
	font-size: 36px;
}

.tmc-result-proc-label {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 24px;
  margin-top: 12px;
}

.tmc-result-proc .trp {
	display: none;
}

.tmc-result-proc.trp-1 .trp-1,
.tmc-result-proc.trp-2 .trp-2,
.tmc-result-proc.trp-3 .trp-3,
.tmc-result-proc.trp-4 .trp-4 {
	display: unset;
}

.tmc-result-proc-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #F7F6F7;
	padding: 20px 40px 0px 40px;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.tmc-result-proc-left {
	width: 50%;
}

.tmc-result-proc-right {
	width: calc(50% - 15px);
	margin-top: 36px;
	text-align: left;
	line-height: 26px;
}

.tmc-result-proc-right span {
	/* font-weight: 600; */
	font-size: 18px;
}

.tmc-result-proc-right ul {
	margin-top: 16px;
}

.tmc-result-proc-title-2 {
	color: #1B1D21;
	font-size: 18px;
	margin-bottom: 10px;
}

.tmc-result-proc-chart {
	height: 250px;
	border-radius: 10px 10px 0 0;
	position: relative;
}

.tmc-result-proc-chart.chart-1 {
	background: radial-gradient(at 50% 100%, #C3FFD7, #AEB0FF);
}

.tmc-result-proc-chart.chart-2 {
	background: radial-gradient(at 50% 100%, #FFF3B7, #C3FFD7);
}

.tmc-result-proc-chart.chart-3 {
	background: radial-gradient(at 50% 100%, #FFF3B7, #FFD5B7);
}

.tmc-result-proc-chart.chart-4 {
	background: radial-gradient(at 50% 100%, #FFD5B7, #FFAEB8);
}

.tmc-rpc-perc {
	font-size: 90px;
	color: #fff;
	line-height: 250px;
}

.tmc-rpc-scale {
	width: 18px;
	height: 80%;
	position: absolute;
	bottom: 0;
	left: 25px;
	border-left: 2px solid #fff;
	padding-left: 4px;
}

.tmc-rpcs-item {
	width: 50%;
	height: 9%;
	border-top: 2px solid #fff;
}

.tmc-rpcs-item:nth-child(5n+1) {
	width: 100%;
}

.tmc-rpcs-arrow {
	border: 9px solid transparent;
	border-right: 20px solid #fff;
	position: absolute;
	margin-top: -7.5px;
	left: 10px;
	top: 0;
	transition: top 1s ease 0s;
}

.tmc-result-proc-button {
	color: #fff;
	background-color: #777AF1;
	font-size: 20px;
	cursor: pointer;
	border-radius: var(--button-br);
	padding: 14px 30px;
	font-weight: 500;
	display: block;
	text-align: center;
	margin-top: 20px;
}

.tmc-result-proc-button:hover, .tmc-result-proc-button:active, .tmc-result-proc-button:focus {
	color: #fff;
}

.tmc-item-title {
	margin-top: 10px;
	font-size: 18px;
}

.tmc-item-status {
	font-size: 14px;
  margin-top: 10px;
}

.tmc-item-status::before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 2px;
}

.trademark-status-0::before {
	background-color: #FC1212;
}

.trademark-status-1::before {
	background-color: #06E637;
}

.trademark-status-2::before {
	background-color: #FC1212;
}

.trademark-status-30::before {
	background-color: #EEEA00;
}

.tmc-item {
	display: block;
	width: 20%;
	margin: 10px;
	min-width: 300px;
}

.tmc-item:hover, .tmc-item:active, .tmc-item:focus {
	color: unset;
}

.tmc-item-inner {
	height: 250px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid #D0D1FC;
	border-radius: 10px;
	position: relative;
}

.tmc-item-inner-no-image {
	height: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tmc-item-classes {
	position: absolute;
	bottom: 10px;
	left: 12px;
	background-color: #D0D1FC;
	padding: 4px 10px;
	border-radius: 5px;
	font-size: 14px;
}

.tmc-item-classes-inner {
	display: none;
}

.tmc-item-classes-more:hover .tmc-item-classes-inner {
	display: block;
	position: absolute;
	background-color: #fff;
	left: calc(100% - 5px);
	color: #000;
	white-space: nowrap;
	bottom: calc(100% + 20px);
	border: 1px solid #D0D1FC;
	padding: 0 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	z-index: 900;
}

.tmc-item-classes-inner-1 {
	border-width: 0 0 10px 12px;
	border-color: transparent transparent transparent #D0D1FC;
	border-style: solid;
	display: block;
	position: absolute;
	left: -1px;
	top: 100%;
}

.tmc-item-classes-inner-2 {
	border-width: 0 0 8px 10px;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	display: block;
	position: absolute;
	left: 0px;
	top: 100%;
}

.tmc-item-classes-more {
	display: inline;
	background-color: #F7F6F7;
	color: #777AF1;
	padding: 0 6px;
	border-radius: 5px;
	margin-left: 10px;
	position: relative;
}

.tmc-text-items {
	display: flex;
	max-width: 1400px;
	margin: 70px auto 20px auto;
	flex-wrap: wrap;
	justify-content: center;
}

.tmc-text-item {
	padding: 50px 20px 0 20px;
	width: 25%;
	line-height: 22px;
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 16px;
}

.tmc-text-item.tmct-0 {
	background-image: url('/wp-content/themes/ezy/assets/images/tm_icon_0.png');
	
}

.tmc-text-item.tmct-1 {
	background-image: url('/wp-content/themes/ezy/assets/images/tm_icon_1.png');
}

.tmc-text-item.tmct-2 {
	background-image: url('/wp-content/themes/ezy/assets/images/tm_icon_2.png');
}

.tmc-text-item.tmct-3 {
	background-image: url('/wp-content/themes/ezy/assets/images/tm_icon_3.png');
}

/* new */

.tmc-mktu-search-inner {
	display: flex;
}

.tmc-mktu-search-ok {
	margin-left: 10px;
}

.tmc-result {
	margin: 0 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.trademarks-by-class .tmc-result {
	margin: 0;
}

.tmc-loader-text {
	color: #777af1;
}

.tmc-loader-shadow {
	background-color: #fff;
	opacity: 0.9;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}

.tmc-loader-image {
	height: 160px;
  margin: auto;
}

.tmc-loader-cont.error .tmc-loader-text {
	color: red;
}

.tmc-loader-cont.error .tmc-loader-image {
	display: none;
}

.tmc-loader-wrapper {
	display: none;
	position: relative;
}

.tmc-loader-wrapper.active {
	display: block;
	min-height: 200px;
}

.tmc-loader-cont {
	display: none;
}

.tmc-loader-cont.active {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 10000;
	text-align: center;
}

.tmc-form-inner {
	text-align: right;
}

.tmc-form-search-wrapper {
	display: flex;
}

.tmc-search {
	width: 250px;
	margin-left: 20px;
}


.tmc-show-more-inner {
	background-color: #777af1;
	color: #fff;
	border: 0;
	text-transform: uppercase;
	font-size: 14px;
	padding: 14px 30px 14px 30px;
	line-height: 1.42857143;
	font-weight: bold;
}

.tmc-text {
	padding: 20px;
	text-align: center;
	margin-top: 0px;
}

.tmc-form {
	text-align: center;
	max-width: 900px;
	margin: auto auto 20px auto;
}

.tmc-mktu-cont {
	margin-top: 20px;
	text-align: left;
}

.tmc-mktu-add {
	color: #777af1;
	text-decoration: underline;
	cursor: pointer;
	white-space: nowrap;
}

.tmc-mktu-search {
	width: 100%;
	max-width: 600px;
	position: fixed;
	background-color: #fff;
	border: none;
	border-radius: 10px;
	z-index: 1000;
	display: none;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 25px;
	top: 50%;
	text-align: center;
}

.tmc-mktu-search-back {
	z-index: 900;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
	background-color: #000;
	opacity: 0.5;
}

.tmc-mktu-search-text {
	margin-bottom: 20px;
}

.tmc-mktu-search-res {
	text-align: left;
	overflow-y: auto;
	max-height: 300px;
	width: 100%;
}

.tmc-mktu-sitem-number {
	white-space: nowrap;
	padding: 0 10px 0 0;
}

.tmc-mktu-search-item {
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	margin-top: 1px;
}

.tmc-mktu-search-item.selected,
.tmc-mktu-search-item.selected:hover {
	background-color: #777af1;
	color: #fff;
}

.tmc-mktu-search-item:hover {
	background-color: #f5f6fe;
}

.tmc-mktu-sitem-prods {
	/* white-space: nowrap; */
	font-size: 14px;
}

.tmc-mktu-err {
	padding: 0 10px;
}

.tmc-mktu-sclass {
	display: inline-block;
	padding: 0 5px;
	cursor: pointer;
	color: #777af1;
}

.tmc-mktu-selected-inner {
	margin: 0 10px 0 10px;
}

.tmc-result-wrapper {
	display: none;
}

.tmc-result-wrapper.active {
	display: block;
}

.tmc-show-more-td {
	text-align: center;
}

.trademark-card-back {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9998;
	background-color: #000;
	left: 0;
	top: 0;
	opacity: 0.5;
}

.trademark-card {
	position: fixed;
	left: 50%;
	top: 50%;
	max-width: 100%;
	z-index: 9999;
	background-color: #fff;
	transform: translateX(-50%) translateY(-50%);
	width: 900px;
	max-height: 100%;
	overflow-y: auto;
	border-radius: 10px;
	color: #1B1D21;
	max-height: 85%;
}

.tm-card-top {
	background-color: #FFFFFF;
	padding: 58px 40px 28px;
}

.tm-card-top-inner {
	display: flex;
}

.tm-card-top-0 {
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	min-width: 300px;
}

.tm-card-top-0-alert {
	font-size: 16px;
	line-height: 20px;
	margin-top: 15px;
	font-weight: 600;
}

.tm-card-top-0-alert.tmca-90 {
	padding-left: 32px;
	position: relative;
}

.tm-card-top-0-alert.tmca-90::before {
	content: '';
	background-image: url('/wp-content/themes/ezy/assets/images/tmc-warn.png');
	width: 22px;
	height: 20px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0px;
}

.tm-card-top-1 {
	line-height: 23px;
	font-size: 16px;
	margin: 0 20px;
}

.tm-card-top-2 {
	background-color: #777AF1;
	width: 200px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	flex-shrink: 0;
	display: block;
}

.tm-card-top-2:hover, .tm-card-top-2active, .tm-card-top-2:focus {
	color: #fff;
}

.tm-card-close {
	position: absolute;
	right: 13px;
	top: 13px;
	cursor: pointer;
	font-size: 24px;
}

.tm-card-main {
	background-color: #F7F6F7;
	padding: 40px;
}

.tm-card-main-inner {
	display: flex;
}

.tm-card-left {
	width: 300px;
	margin-right: 30px;
	flex-shrink: 0;
}

.tm-card-status {
	margin-bottom: 16px;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	padding: 4px 8px;
	background-color: #fff;
	display: inline-block;
	border-radius: 5px;
}

.tm-card-status::before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 2px;
}

.tm-card-image {
	height: 300px;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 10px;
	border: 1px solid #D0D1FC;
	background-position: center;
	background-color: #fff;
}

.tm-card-image.no-image {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tm-card-classes {
	margin-top: 16px;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	padding: 8px 8px;
	background-color: #fff;
	display: inline-block;
	border-radius: 5px;
}

.tm-card-class-descr {
	display: none;
}

.tm-card-class-descr.active {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	padding: 8px 8px;
	background-color: #fff;
	border-radius: 5px;
}

.tm-card-mktu-item {
	background-color: #D7D8FF;
	border-radius: 3px;
	text-decoration: underline;
	padding: 2px 5px;
	margin-left: 8px;
	cursor: pointer;
	line-height: 30px;
}

.tm-card-title {
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
}

.tm-card-about {
	display: flex;
	justify-content: space-between;
}

.tm-card-about-item {
	width: calc(50% - 15px);
}

.tm-card-about-label {
	line-height: 17px;
	font-size: 14px;
	font-weight: 500;
	color: #8F8F8F;
	margin-bottom: 10px;
	margin-top: 27px;
}

.tm-card-about-text {
	line-height: 19px;
	font-size: 16px;
	font-weight: 400;
}

.tm-card-mark-link {
	margin-left: 10px;
	font-size: 16px;
	text-decoration: underline;
	color: #777af1;
}

@media only screen and (max-width: 1200px) {
	.tmc-text-item {
		width: 50%;
		margin-bottom: 30px;
	}
	
	.tmc-item {
		width: 30%;
	}
}

@media only screen and (max-width: 940px) {
	.tmc-form {
		margin: 0 20px 20px 20px;
	}
}

@media only screen and (max-width: 900px) {
	.tmc-item {
		width: 45%;
	}
	
	.tm-card-top-inner {
		display: block;
	}
	
	.tm-card-top-0 {
		margin-bottom: 20px;
	}
	
	.tm-card-top-1 {
		margin: 0 0 20px 0;
	}
	
	.tm-card-top-2 {
		margin: auto;
	}
}

@media only screen and (max-width: 800px) {
	.tm-card-main {
		padding: 40px 20px;
	}
	
	.tm-card-main-inner {
		display: block;
	}
	
	.tm-card-left {
		width: 100%;
		margin: auto;
		max-width: 100%;
	}
	
	.tm-card-right {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 750px) {
	.tmc-result-proc-inner {
		display: block;
	}
	
	.tmc-result-proc-left {
		width: 100%;
	}
	
	.tmc-result-proc-right {
		width: 100%;
	}
}

@media only screen and (max-width: 700px) {
	.tmc-text-item {
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	.tm-card-main {
		padding: 40px 5px;
		text-align: center;
	}
	
	.tm-card-about {
		display: block;
	}
	
	.tm-card-about-item {
		width: 100%;
	}
	
	.tmc-item {
		width: 100%;
	}
}

@media only screen and (max-width: 500px) {
	.tmc-form-search-wrapper {
		display: block;
	}
	
	.tmc-search {
		margin: 20px auto auto auto;
		display: block;
	}
}


/* new form styles */

/* ==================== Trademark search form ==================== */

.tmc-form {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 20px;
}

.tmc-form-search-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px;
  align-items: stretch;
  gap: 0;
  width: 100%;
}

.tmc-search-input {
  width: 100%;
  min-width: 0;
  height: 56px;
  padding: 0 22px;
  border: 1px solid var(--accent-color, #777af1);
  border-right: 0;
  border-radius: 16px 0 0 16px;
  background-color: #fff;
  font: inherit;
  font-size: 18px;
  color: inherit;
  outline: none;
}

.tmc-search-input::placeholder {
  color: #777;
  opacity: 1;
}

.tmc-search-input:focus {
  border-color: var(--accent-color, #777af1);
  box-shadow: inset 0 0 0 1px var(--accent-color, #777af1);
}

.tmc-search {
  width: 100%;
  min-width: 0;
  height: 56px;
  margin: 0;
  padding: 0 28px;
  border: 1px solid var(--accent-color, #777af1);
  border-radius: 0 16px 16px 0;
  background-color: var(--accent-color, #777af1);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.tmc-search:hover {
  opacity: 0.85;
}

@media (max-width: 767px) {
  .tmc-form {
    margin-inline: 0;
  }

  .tmc-form-search-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .tmc-search-input {
    height: 52px;
    padding-inline: 18px;
    border-right: 1px solid var(--accent-color, #777af1);
    border-radius: 14px;
    font-size: 16px;
  }

  .tmc-search {
    height: 52px;
    border-radius: 14px;
  }
}