/** JPLATFORM 11 **/ 
.jtranslate-translation-11{
   
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.social-list__item--translate 
.jtranslate-translation-tag-display-11 
.jtranslate-comment-header-display-11 
.jtranslate-tag-11-display 
.jtranslate-btn-action-gap{
  font-size: var(--uui-font-size-text-sm) !important;
  color: var(--uui-colors-foreground-fg-quaternary);
}

.social-list__item--translate 
.jtranslate-translation-tag-display-11 
.jtranslate-comment-header-display-11 
.jtranslate-tag-11-display{
	    display: block;
    position: relative;
    width: 2.25rem;
    height: 2.5rem;
}

.activity-action-item 
.jtranslate-translation-tag-display-11 
.jtranslate-comment-header-display-11 
.jtranslate-tag-11-display {
    display: inline-flex;
    position: relative;
    width: 1.25rem;
    min-height: 0.813rem;
    max-height: 2.25rem;
   
}

.social-list__item--translate 
.jtranslate-translation-tag-display-11 
.jtranslate-comment-header-display-11 
.jtranslate-tag-11-display 
.jtranslate-show-original-action-11{
   gap:var(--uui-spacing-md) !important;
  font-size: var(--uui-font-size-text-sm) !important;
  color: var(--uui-colors-foreground-fg-quaternary);
}

.comments 
.jtranslate-translation-tag-display-11 
.jtranslate-comment-header-display-11 
.jtranslate-tag-11-display 
.jtranslate-show-original-action-11{
   gap:var(--uui-spacing-md) !important;
  font-size: var(--uui-font-size-text-sm) !important;
  color: var(--uui-colors-foreground-fg-quaternary);
}


.activity-action-item
.jtranslate-translation-tag-display-11 
.jtranslate-comment-header-display-11 
.jtranslate-tag-11-display 
.jtranslate-btn-action-gap{

  font-size: 0.813rem;

}

.activity-action-item
.jtranslate-translation-tag-display-11 
.jtranslate-comment-header-display-11 
.jtranslate-tag-11-display 
.jtranslate-show-original-action{
  font-weight: 400;
  color: #666;
  font-size: 0.813rem;
  max-height: 2.25rem;

}
.activity-action-item
.jtranslate-translation-tag-display-11 
.jtranslate-comment-header-display-11 
.jtranslate-tag-11-display 
.jtranslate-btn-action-gap
.j-icon-title-wrapper{
  display: inline;

}
.jtranslate-comment-btn-action-display{
  display:none;
}

.jtranslate-about-text-11{
  font-size:var(--uui-font-size-text-sm) !important;
}

.jtranslate-translation-field-text-11{
  border-radius: var(--radius-md, 8px);
	border: 1px solid var(--uui-colors-border-border-primary);
	background: var(--uui-colors-background-bg-primary);
  box-shadow: 0 1px 2px 0 var(--uui-colors-effects-shadows-shadow-xs);
  padding: var(--uui-spacing-md) var(--uui-spacing-lg);
  color: var(--uui-colors-foreground-fg-secondary-700, #414651);
	text-overflow: ellipsis;
	/* Text md/Regular */
	font-family: var(--uui-font-family-font-family-body);
	font-size: var(--uui-font-size-text-md);
	font-style: normal;
	font-weight: 400;
	line-height: var(--uui-line-height-text-md); /* 150% */
	height:auto;
	min-height:var(--uui-width-xs);
	 /* Placeholder code */
  &.jtranslate-translation-field-text-11[placeholder]:empty::before {
    content: attr(placeholder);
    z-index: 9;
    color: var(--uui-colors-foreground-fg-quaternary);
    word-break: break-all;
    user-select: none;
  }

  &.jtranslate-translation-field-text-11[placeholder]:empty:focus::before {
    content: "";
  }

}


.jtranslate-translation-field-11-readonly{
	color:var(--uui-colors-foreground-fg-secondary);
  border-radius: var(--uui-radius-md);
  border: 1px solid var(--uui-colors-border-border-disabled);
  background-color: var(--uui-colors-background-bg-disabled-subtle);
  border-color: var(--uui-colors-border-border-disabled);
  padding: var(--uui-spacing-md) var(--uui-spacing-lg);
  font-family: var(--uui-font-family-font-family-body);
  font-size: var(--uui-font-size-text-md);
  font-style: normal;
  font-weight: 400;
  line-height: var(--uui-line-height-text-md); /* 150% */
  height:auto;
  min-height:var(--uui-width-xs);
  box-shadow: 0 1px 2px 0 var(--uui-colors-effects-shadows-shadow-xs);
  padding: var(--uui-spacing-md) var(--uui-spacing-lg);
  color: var(--colors-foreground-fg-secondary-700, #414651);
  text-overflow: ellipsis;
   /* Placeholder code */
  &.jtranslate-translation-field-11-readonly[placeholder]:empty::before {
    content: attr(placeholder);
    z-index: 9;
    color: var(--uui-colors-foreground-fg-quaternary);
    word-break: break-all;
    user-select: none;
  }

  &.jtranslate-translation-field-11-readonly[placeholder]:empty:focus::before {
    content: "";
  }
}
.jtranslate-comment-header-display-11{
   padding: 0px !important;
}

.jtranslate-loader-element-11 .loading .spinner{
	width:2rem !important;
	height: 2rem !important;
	
}

.jtranslate-loader-element-11 .loading:not(.-inline) {
    container-type: size;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse !important;
    height: 100%;
    width: 100%;
    gap: 0.5rem;
    container-name: loading-container;
    position: absolute;
    inset: 0;
}

.jtranslate-loader-element-11 .loading .visually-hidden:not(caption){
	position:relative !important;
}


.jtranslate-loader-element-11 .loading .visually-hidden {
	width: unset !important;
	height: unset !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: inherit !important;
	clip: initial !important;
	white-space: unset !important;
	border: 0 !important;
}