#trx_addons_elementor_templates_library_modal {
  --trx-addons-elementor-templates-library-width: 1280px;
}
#trx_addons_elementor_templates_library_modal .dialog-widget-content {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 96%;
  max-width: var(--trx-addons-elementor-templates-library-width);
  height: 750px;
  max-height: 90vh;
  overflow: hidden;
  background-color: var(--e-a-bg-default);
  border-radius: none;
}
#trx_addons_elementor_templates_library_modal .dialog-header {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-bottom: var(--e-a-border);
  padding: 10px 15px;
  color: var(--e-a-color-txt-active);
}
#trx_addons_elementor_templates_library_modal .trx_addons_elementor_templates_library_logo {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background-color: #aedf49;
  background-image: url("../images/logo-transparent.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: 6px;
  position: relative;
}
#trx_addons_elementor_templates_library_modal .trx_addons_elementor_templates_library_title {
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: bold;
}
#trx_addons_elementor_templates_library_modal .trx_addons_elementor_templates_library_title .trx_addons_theme_doc_link {
  margin-top: 0.7em;
}
#trx_addons_elementor_templates_library_modal .trx_addons_elementor_templates_library_close {
  z-index: 2;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  top: 5px;
}
#trx_addons_elementor_templates_library_modal .trx_addons_button_close_icon:before, #trx_addons_elementor_templates_library_modal .trx_addons_button_close_icon:after {
  border-color: var(--e-a-color-txt);
}
#trx_addons_elementor_templates_library_modal p {
  margin: 1em 0;
}
#trx_addons_elementor_templates_library_modal .dialog-message {
  padding: 0;
}
#trx_addons_elementor_templates_library_modal .trx_addons_elementor_templates_library_notices p {
  margin: 0;
}
#trx_addons_elementor_templates_library_modal .trx_addons_elementor_templates_library_refresh {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 36px;
  padding: 15px;
  color: var(--e-a-color-txt);
}
#trx_addons_elementor_templates_library_modal .trx_addons_elementor_templates_library_refresh:hover {
  color: var(--e-a-color-txt-accent);
}
#trx_addons_elementor_templates_library_modal .trx_addons_elementor_templates_library_refresh:after {
  content: ' ';
  display: block;
  width: 0px;
  height: 20px;
  border-right: var(--e-a-border);
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#trx_addons_elementor_templates_library_modal .trx_addons_elementor_templates_library_refresh_icon::before {
  content: '\e800';
  font-family: "trx_addons_icons";
  display: inline-block;
  margin-right: 6px;
}

#trx_addons_elementor_templates_library {
  text-align: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  --trx-addons-elementor-templates-library-columns: 3;
  --trx-addons-elementor-templates-library-sidebar-width: 15%;
}
@media (max-width: 1439px) {
  #trx_addons_elementor_templates_library {
    --trx-addons-elementor-templates-library-columns: 2;
  }
}
@media (max-width: 1439px) {
  #trx_addons_elementor_templates_library.trx_addons_elementor_templates_library_navigation_style_toolbar {
    --trx-addons-elementor-templates-library-columns: 3;
  }
}
@media (max-width: 1023px) {
  #trx_addons_elementor_templates_library.trx_addons_elementor_templates_library_navigation_style_toolbar {
    --trx-addons-elementor-templates-library-columns: 2;
  }
}
@media (max-width: 1679px) {
  #trx_addons_elementor_templates_library {
    --trx-addons-elementor-templates-library-sidebar-width: 20%;
  }
}
@media (max-width: 1023px) {
  #trx_addons_elementor_templates_library {
    --trx-addons-elementor-templates-library-sidebar-width: 25%;
  }
}
#trx_addons_elementor_templates_library input[type=checkbox]:checked:before {
  margin: -5px 0 0 -9px;
}
#trx_addons_elementor_templates_library label {
  cursor: pointer;
}

.trx_addons_elementor_templates_library_content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.trx_addons_elementor_templates_library_tabs {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.trx_addons_elementor_templates_library_tab {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--e-a-color-txt);
  padding: 15px 20px;
  border-bottom: 2px solid transparent;
  margin-right: 6px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.trx_addons_elementor_templates_library_tab:hover {
  background-color: var(--e-a-bg-hover);
  color: var(--e-a-color-txt);
}
.trx_addons_elementor_templates_library_tab:last-child {
  margin-right: 0;
}
.trx_addons_elementor_templates_library_tab.trx_addons_elementor_templates_library_tab_active {
  color: var(--e-a-color-txt-accent);
  border-bottom-color: var(--e-a-border-color-accent);
}

.trx_addons_elementor_templates_library_tab_content {
  --trx-addons-elementor-templates-library-tab-content-padding-top: 80px;
  --trx-addons-elementor-templates-library-tab-content-padding-bottom: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: var(--trx-addons-elementor-templates-library-tab-content-padding-top) 0 var(--trx-addons-elementor-templates-library-tab-content-padding-bottom) 15px;
  position: relative;
}
.trx_addons_elementor_templates_library_navigation_style_sidebar .trx_addons_elementor_templates_library_tab_content {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.trx_addons_elementor_templates_library_navigation_style_toolbar .trx_addons_elementor_templates_library_tab_content {
  --trx-addons-elementor-templates-library-tab-content-padding-top: 52px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.trx_addons_elementor_templates_library_tab_content.with_pagination {
  --trx-addons-elementor-templates-library-tab-content-padding-bottom: 60px;
}
.trx_addons_elementor_templates_library_tab_content:not(.trx_addons_elementor_templates_library_tab_content_active) {
  display: none;
}

.trx_addons_elementor_templates_library_search_wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.trx_addons_elementor_templates_library_search {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.trx_addons_elementor_templates_library_search .trx_addons_elementor_templates_library_search_icon {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 0;
}
.trx_addons_elementor_templates_library_search input[type="text"] {
  width: 100%;
  padding: 10px 20px 10px 0;
  text-overflow: ellipsis;
  font-size: inherit;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: var(--e-a-color-txt);
  border: none;
  border-bottom: var(--e-a-border);
}

@-webkit-keyframes ITLGradientAnimation {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: -100% 50%;
  }
}
@-moz-keyframes ITLGradientAnimation {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: -100% 50%;
  }
}
@keyframes ITLGradientAnimation {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: -100% 50%;
  }
}
.trx_addons_elementor_templates_library_tab_content[data-tab="block"] .trx_addons_elementor_templates_library_image_to_layout_open {
  display: block;
  height: 30px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  color: var(--e-a-color-txt);
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  background-image: linear-gradient(97.53deg, #FB5C2A 3%, #1E11D2 26%, #FF5D30 56%);
  background-position: 100% 50%;
  background-size: 200%;
  padding: 1px;
  -webkit-animation: ITLGradientAnimation 10s ease infinite;
  -ms-animation: ITLGradientAnimation 10s ease infinite;
  animation: ITLGradientAnimation 10s ease infinite;
}
.trx_addons_elementor_templates_library_tab_content[data-tab="block"] .trx_addons_elementor_templates_library_image_to_layout_open_inner {
  display: flex;
  height: 28px;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  padding: 0 8px;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.trx_addons_elementor_templates_library_tab_content[data-tab="block"] .trx_addons_elementor_templates_library_image_to_layout_open_inner:hover {
  background-color: #fbfbfb;
  color: #515962;
}
#trx_addons_elementor_templates_library_modal.image_to_layout_opened .trx_addons_elementor_templates_library_tab_content[data-tab="block"] .trx_addons_elementor_templates_library_image_to_layout_open_inner {
  background-color: transparent;
  color: #fff;
}
#trx_addons_elementor_templates_library_modal.image_to_layout_opened .trx_addons_elementor_templates_library_tab_content[data-tab="block"] .trx_addons_elementor_templates_library_image_to_layout_open {
  background-image: linear-gradient(97.53deg, #FB5D2B -4.01%, #2514CE 92.81%);
  background-position: 0% 0%;
  background-size: 100%;
  -webkit-animation: none;
  -ms-animation: none;
  animation: none;
}
.trx_addons_elementor_templates_library_tab_content[data-tab="block"] .trx_addons_elementor_templates_library_image_to_layout_open_icon {
  font-size: 14px;
  margin-right: 4px;
}
.trx_addons_elementor_templates_library_tab_content[data-tab="block"] .trx_addons_elementor_templates_library_image_to_layout_open_icon:before {
  margin: 0;
}
.trx_addons_elementor_templates_library_tab_content[data-tab="block"] .trx_addons_elementor_templates_library_image_to_layout_open_text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

#trx_addons_elementor_templates_library_modal {
  --trx-addons-elementor-templates-library-itl-width: 300px;
  --trx-addons-elementor-templates-library-itl-accuracy-size: 5px;
}
#trx_addons_elementor_templates_library_modal.image_to_layout_opened .dialog-widget-content {
  max-width: calc( var(--trx-addons-elementor-templates-library-width) + var(--trx-addons-elementor-templates-library-itl-width) );
}
#trx_addons_elementor_templates_library_modal.image_to_layout_opened .trx_addons_elementor_templates_library_tab_content[data-tab="block"] {
  padding-right: var(--trx-addons-elementor-templates-library-itl-width);
}
#trx_addons_elementor_templates_library_modal.image_to_layout_opened .trx_addons_elementor_templates_library_image_to_layout {
  display: block;
}

.trx_addons_elementor_templates_library_image_to_layout {
  display: none;
  position: absolute;
  z-index: 1;
  top: var(--trx-addons-elementor-templates-library-tab-content-padding-top);
  right: 0;
  bottom: var(--trx-addons-elementor-templates-library-tab-content-padding-bottom);
  width: var(--trx-addons-elementor-templates-library-itl-width);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background-color: var(--e-a-bg-default);
  overflow-x: hidden;
  overflow-y: auto;
}
.trx_addons_elementor_templates_library_image_to_layout .trx_addons_elementor_templates_library_image_to_layout_paste_handler {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  caret-color: transparent !important;
}
.trx_addons_elementor_templates_library_image_to_layout .trx_addons_elementor_templates_library_image_to_layout_title {
  font-size: 11px;
  font-weight: 400;
  margin: 8px 0 20px;
  color: var(--e-a-color-txt);
}
.trx_addons_elementor_templates_library_image_to_layout .trx_addons_elementor_templates_library_image_to_layout_title span {
  margin-right: 6px;
  vertical-align: middle;
}
.trx_addons_elementor_templates_library_image_to_layout .itl_step2,
.trx_addons_elementor_templates_library_image_to_layout .itl_step3 {
  display: none;
}
.trx_addons_elementor_templates_library_image_to_layout .itl_step2 .trx_addons_elementor_templates_library_image_to_layout_title,
.trx_addons_elementor_templates_library_image_to_layout .itl_step3 .trx_addons_elementor_templates_library_image_to_layout_title {
  margin-top: 20px;
}
.trx_addons_elementor_templates_library_image_to_layout.trx_addons_elementor_templates_library_image_to_layout_selected .itl_step2 {
  display: block;
}
.trx_addons_elementor_templates_library_image_to_layout.trx_addons_elementor_templates_library_image_to_layout_multisections .itl_step3 {
  display: block;
}
.trx_addons_elementor_templates_library_image_to_layout .trx_addons_elementor_templates_library_image_to_layout_upload_area {
  border: 2px dashed #cbd5e0;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  background: #f7fafc;
  overflow: hidden;
}
.trx_addons_elementor_templates_library_image_to_layout .trx_addons_elementor_templates_library_image_to_layout_upload_area:hover {
  border-color: #667eea;
  background: #edf2f7;
}
.trx_addons_elementor_templates_library_image_to_layout .trx_addons_elementor_templates_library_image_to_layout_upload_area.dragover {
  border-color: #667eea;
  background: #e6f0ff;
  transform: scale(1.02);
}
.trx_addons_elementor_templates_library_image_to_layout.trx_addons_elementor_templates_library_image_to_layout_selected .trx_addons_elementor_templates_library_image_to_layout_upload_area {
  border-style: solid;
}
.trx_addons_elementor_templates_library_image_to_layout .trx_addons_elementor_templates_library_image_to_layout_upload_controls {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 20px;
}
.trx_addons_elementor_templates_library_image_to_layout .trx_addons_elementor_templates_library_image_to_layout_upload_icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 10px;
  opacity: 0.4;
}
.trx_addons_elementor_templates_library_image_to_layout .trx_addons_elementor_templates_library_image_to_layout_upload_text {
  color: #333;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}
.trx_addons_elementor_templates_library_image_to_layout .trx_addons_elementor_templates_library_image_to_layout_upload_hint {
  color: #718096;
  font-size: 12px;
  margin-bottom: 20px;
}
.trx_addons_elementor_templates_library_image_to_layout .trx_addons_elementor_templates_library_image_to_layout_select_btn {
  background: #667eea;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}
.trx_addons_elementor_templates_library_image_to_layout .trx_addons_elementor_templates_library_image_to_layout_select_btn:hover {
  background: #5568d3;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}
.trx_addons_elementor_templates_library_image_to_layout #itlFileInput {
  display: none;
}
.trx_addons_elementor_templates_library_image_to_layout .trx_addons_elementor_templates_library_image_to_layout_preview_area {
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  position: relative;
  z-index: 0;
  background-color: #fff;
  min-height: 235px;
}
.trx_addons_elementor_templates_library_image_to_layout .trx_addons_elementor_templates_library_image_to_layout_preview_area.trx_addons_loading {
  z-index: 2;
}
.trx_addons_elementor_templates_library_image_to_layout .trx_addons_elementor_templates_library_image_to_layout_preview_area.trx_addons_loading:before {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #666;
  margin: -10px 0 0 -10px;
}
.trx_addons_elementor_templates_library_image_to_layout .trx_addons_elementor_templates_library_image_to_layout_preview_area.trx_addons_loading:after {
  content: ' ';
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
}
.trx_addons_elementor_templates_library_image_to_layout.trx_addons_elementor_templates_library_image_to_layout_selected .trx_addons_elementor_templates_library_image_to_layout_preview_area {
  z-index: 2;
  min-height: unset;
}
.trx_addons_elementor_templates_library_image_to_layout .trx_addons_elementor_templates_library_image_to_layout_image_preview {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  background: white;
}
.trx_addons_elementor_templates_library_image_to_layout .trx_addons_elementor_templates_library_image_to_layout_image_preview img {
  display: block;
  flex-shrink: 0;
  width: 100%;
  height: auto;
}
.trx_addons_elementor_templates_library_image_to_layout .trx_addons_elementor_templates_library_image_to_layout_close_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  top: 6px;
  right: 6px;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: none;
  background: rgba(251, 93, 43, 0.9);
  color: white;
  font-size: 20px;
  line-height: 1;
  padding: 0;
  -webkit-transition: background 0.3s ease, transform 0.3s ease;
  -ms-transition: background 0.3s ease, transform 0.3s ease;
  transition: background 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  pointer-events: auto;
}
.trx_addons_elementor_templates_library_image_to_layout .trx_addons_elementor_templates_library_image_to_layout_close_btn:hover {
  background: #fb5d2b;
  transform: scale(1.1);
}
.trx_addons_elementor_templates_library_image_to_layout .trx_addons_elementor_templates_library_image_to_layout_image_info {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  padding: 10px;
  background: #f7fafc;
  border-top: 1px solid var(--e-a-border-color);
  color: var(--e-a-color-txt);
}
.trx_addons_elementor_templates_library_image_to_layout .trx_addons_elementor_templates_library_image_to_layout_accuracy_slider {
  position: relative;
  width: 100%;
  height: 20px;
}
.trx_addons_elementor_templates_library_image_to_layout .trx_addons_elementor_templates_library_image_to_layout_accuracy_line {
  display: block;
  width: calc( 100% - 2 * var(--trx-addons-elementor-templates-library-itl-accuracy-size) );
  height: 0;
  margin: 0 var(--trx-addons-elementor-templates-library-itl-accuracy-size);
  border-top: 1px solid #aaa;
}
.trx_addons_elementor_templates_library_image_to_layout .trx_addons_elementor_templates_library_image_to_layout_accuracy {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: calc( -1 * var(--trx-addons-elementor-templates-library-itl-accuracy-size) );
  left: 75%;
  width: calc( 2 * var(--trx-addons-elementor-templates-library-itl-accuracy-size) );
  height: calc( 2 * var(--trx-addons-elementor-templates-library-itl-accuracy-size) );
  overflow: visible;
  cursor: pointer;
}
.trx_addons_elementor_templates_library_image_to_layout .trx_addons_elementor_templates_library_image_to_layout_accuracy_handler {
  display: block;
  width: 0;
  height: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: var(--trx-addons-elementor-templates-library-itl-accuracy-size) solid transparent;
  border-bottom-color: #aaa;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.trx_addons_elementor_templates_library_image_to_layout .trx_addons_elementor_templates_library_image_to_layout_accuracy_value {
  font-size: 9px;
  font-weight: 500;
  color: #aaa;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.trx_addons_elementor_templates_library_image_to_layout .trx_addons_elementor_templates_library_image_to_layout_sections_list .trx_addons_elementor_templates_library_image_to_layout_section_option {
  position: relative;
  margin-bottom: 6px;
  margin-left: 20px;
}
.trx_addons_elementor_templates_library_image_to_layout .trx_addons_elementor_templates_library_image_to_layout_sections_list .trx_addons_elementor_templates_library_image_to_layout_section_option.itl_active {
  background-color: #F3F6F7;
}
.trx_addons_elementor_templates_library_image_to_layout .trx_addons_elementor_templates_library_image_to_layout_sections_list input[type="radio"] {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -21px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.trx_addons_elementor_templates_library_image_to_layout .trx_addons_elementor_templates_library_image_to_layout_sections_list label {
  display: flex;
  justify-content: flex-start;
  gap: 6px;
  padding: 6px;
  border: var(--e-a-border);
  border-radius: 4px;
}
.trx_addons_elementor_templates_library_image_to_layout .trx_addons_elementor_templates_library_image_to_layout_sections_list .itl-column {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 3px;
}
.trx_addons_elementor_templates_library_image_to_layout .trx_addons_elementor_templates_library_image_to_layout_sections_list .itl-widget {
  font-size: 10px;
  line-height: 0;
  color: var(--e-a-color-txt);
  text-align: center;
}
.trx_addons_elementor_templates_library_image_to_layout .trx_addons_elementor_templates_library_image_to_layout_sections_list .itl-widget img {
  width: 100%;
  height: auto;
}
.trx_addons_elementor_templates_library_image_to_layout .trx_addons_elementor_templates_library_image_to_layout_sections_list #itl_section_whole + label {
  align-items: center;
  flex-wrap: nowrap;
}
.trx_addons_elementor_templates_library_image_to_layout .trx_addons_elementor_templates_library_image_to_layout_sections_list #itl_section_whole + label img {
  border: var(--e-a-border);
  border-radius: 4px;
  width: auto;
  height: 3em;
}

.trx_addons_elementor_templates_library_sidebar {
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: var(--trx-addons-elementor-templates-library-sidebar-width);
  height: 100%;
  padding-right: 20px;
  font-size: 11px;
}
.trx_addons_elementor_templates_library_sidebar .trx_addons_elementor_templates_library_search_wrap {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.trx_addons_elementor_templates_library_sidebar .trx_addons_elementor_templates_library_search {
  width: 100%;
  padding: 0 5px;
}
.trx_addons_elementor_templates_library_sidebar .trx_addons_elementor_templates_library_search .trx_addons_elementor_templates_library_search_icon {
  right: 5px;
}
.trx_addons_elementor_templates_library_sidebar .trx_addons_elementor_templates_library_categories {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 80%;
  margin-top: 20px;
  font-size: 12px;
  overflow: auto;
  padding-right: 18px;
}
.trx_addons_elementor_templates_library_sidebar .trx_addons_elementor_templates_library_category {
  display: block;
  padding: 4px 25px 4px 0;
  position: relative;
  color: var(--e-a-color-txt);
}
.trx_addons_elementor_templates_library_sidebar .trx_addons_elementor_templates_library_category:hover {
  color: var(--e-a-color-txt-accent);
}
.trx_addons_elementor_templates_library_sidebar .trx_addons_elementor_templates_library_category.trx_addons_elementor_templates_library_category_active {
  color: var(--e-a-color-txt-active);
}
.trx_addons_elementor_templates_library_sidebar .trx_addons_elementor_templates_library_category_total {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.trx_addons_elementor_templates_library_toolbar {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 20px 20px 0;
  font-size: 11px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.trx_addons_elementor_templates_library_toolbar .trx_addons_elementor_templates_library_search_wrap {
  order: 3;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
}
.trx_addons_elementor_templates_library_toolbar .trx_addons_elementor_templates_library_search {
  width: 200px;
}
.trx_addons_elementor_templates_library_toolbar .trx_addons_elementor_templates_library_categories {
  order: 1;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.trx_addons_elementor_templates_library_toolbar .trx_addons_elementor_templates_library_categories_list {
  width: 200px;
  padding: 0 20px 0 6px;
  font-size: 12px;
  line-height: 18px;
  text-overflow: ellipsis;
}
.trx_addons_elementor_templates_library_toolbar .trx_addons_elementor_templates_library_categories_list option {
  color: var(--e-a-color-txt);
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.trx_addons_elementor_templates_library_toolbar .trx_addons_elementor_templates_library_categories_list option:hover {
  background-color: var(--e-a-bg-hover);
  color: var(--e-a-color-txt-hover);
}
.trx_addons_elementor_templates_library_toolbar .trx_addons_elementor_templates_library_categories_list option:checked {
  background-color: var(--e-a-bg-active);
  color: var(--e-a-color-txt-active);
}
.trx_addons_elementor_templates_library_toolbar .trx_addons_elementor_templates_library_categories_list .trx_addons_elementor_templates_library_category_total {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.trx_addons_elementor_templates_library_toolbar .trx_addons_elementor_templates_library_category_favorites {
  display: inline-block;
  padding: 4px 10px;
  margin-left: 10px;
  position: relative;
  color: var(--e-a-color-txt);
  text-transform: uppercase;
}
.trx_addons_elementor_templates_library_toolbar .trx_addons_elementor_templates_library_category_favorites:hover {
  color: var(--e-a-color-primary-bold);
}
.trx_addons_elementor_templates_library_toolbar .trx_addons_elementor_templates_library_category_favorites.trx_addons_elementor_templates_library_category_active {
  color: var(--e-a-color-primary-bold);
}
.trx_addons_elementor_templates_library_toolbar .trx_addons_elementor_templates_library_category_favorites .trx_addons_elementor_templates_library_category_icon {
  margin-right: 6px;
}
.trx_addons_elementor_templates_library_toolbar .trx_addons_elementor_templates_library_category_favorites.trx_addons_elementor_templates_library_category_active .trx_addons_elementor_templates_library_category_icon:before {
  content: "\e93f";
}

.trx_addons_elementor_templates_library_items {
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.trx_addons_elementor_templates_library_navigation_style_sidebar .trx_addons_elementor_templates_library_items {
  width: calc( 100% - var(--trx-addons-elementor-templates-library-sidebar-width) );
}

.trx_addons_elementor_templates_library_list {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.trx_addons_elementor_templates_library_column {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 20px 0;
  width: calc( 100% / var(--trx-addons-elementor-templates-library-columns) );
}

.trx_addons_elementor_templates_library_item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: var(--e-a-border);
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.trx_addons_elementor_templates_library_item:last-child {
  margin-bottom: 0;
}

.trx_addons_elementor_templates_library_item_new {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 6px;
  background-color: var(--e-a-color-success);
  color: var(--e-a-color-txt-invert);
}

.trx_addons_elementor_templates_library_item_body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  min-height: 6em;
  padding: 10px;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.trx_addons_elementor_templates_library_item_body img {
  width: 100%;
  height: auto;
}
.trx_addons_elementor_templates_library_item:hover .trx_addons_elementor_templates_library_item_body {
  background-color: var(--e-a-bg-hover);
}

.trx_addons_elementor_templates_library_item_preview {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: zoom-in;
}
.trx_addons_elementor_templates_library_item:hover .trx_addons_elementor_templates_library_item_preview {
  opacity: 1;
}
.trx_addons_elementor_templates_library_item_preview span {
  font-size: 20px;
  color: var(--e-a-color-txt);
}

.trx_addons_elementor_templates_library_item_footer {
  position: absolute;
  z-index: 1;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: 0px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, transform 0.3s ease;
  -ms-transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 40px 10px 10px;
  background-color: var(--e-a-bg-default);
  border-top: var(--e-a-border);
}
.trx_addons_elementor_templates_library_item_loading .trx_addons_elementor_templates_library_item_footer {
  pointer-events: none;
}
.trx_addons_elementor_templates_library_item:hover .trx_addons_elementor_templates_library_item_footer, .trx_addons_elementor_templates_library_item_loading .trx_addons_elementor_templates_library_item_footer {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (pointer: coarse) {
  .trx_addons_elementor_templates_library_item_footer {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    background-color: transparent;
  }
}

.trx_addons_elementor_templates_library_item_import.elementor-button {
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--e-a-btn-bg-accent);
  color: var(--e-a-btn-color-invert);
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  margin-right: 10px;
}
.trx_addons_elementor_templates_library_item_import.elementor-button:hover {
  color: var(--e-a-btn-color-invert);
  background-color: var(--e-a-btn-bg-accent-hover);
}
.trx_addons_elementor_templates_library_item_import.elementor-button:before {
  margin-right: 6px;
}

.trx_addons_elementor_templates_library_item_favorite {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  color: var(--e-a-color-txt);
}
.trx_addons_elementor_templates_library_item_favorite:hover {
  color: var(--e-a-color-primary-bold);
  cursor: pointer;
}
.trx_addons_elementor_templates_library_item_favorite.trx_addons_elementor_templates_library_item_favorite_on {
  color: var(--e-a-color-primary-bold);
}
.trx_addons_elementor_templates_library_item_favorite.trx_addons_elementor_templates_library_item_favorite_on .trx_addons_elementor_templates_library_item_favorite_icon:before {
  content: "\e93f";
}

.trx_addons_elementor_templates_library_pagination {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 1em 0;
  text-align: center;
  border-top: var(--e-a-border);
  background-color: #fff;
}

.trx_addons_elementor_templates_library_page {
  display: inline-block;
  padding: 0.5em 1em;
  margin-right: 0.5em;
  border: var(--e-a-border);
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: var(--e-a-color-txt);
  text-decoration: none;
  cursor: pointer;
}
.trx_addons_elementor_templates_library_page:last-child {
  margin-right: 0;
}
.trx_addons_elementor_templates_library_page:hover {
  color: var(--e-a-color-primary-bold);
  background-color: var(--e-a-bg-hover);
}
.trx_addons_elementor_templates_library_page.trx_addons_elementor_templates_library_page_active {
  background-color: var(--e-a-bg-active);
  color: var(--e-a-color-primary-bold);
}

.trx_addons_elementor_templates_library_notice.dialog-widget, .elementor-panel .trx_addons_elementor_templates_library_notice {
  display: inline-block;
  padding: 10px;
  line-height: 1.4;
  font-size: 12px;
  font-style: normal;
  color: rgba(0, 0, 0, 0.7) !important;
  background: #EFEFEF !important;
  border-radius: 4px;
}
.trx_addons_elementor_templates_library_notice.dialog-widget a, .elementor-panel .trx_addons_elementor_templates_library_notice a {
  text-decoration: underline;
}
.trx_addons_elementor_templates_library_notice.dialog-widget a:hover, .elementor-panel .trx_addons_elementor_templates_library_notice a:hover {
  text-decoration: none;
}
.trx_addons_elementor_templates_library_notice.dialog-widget.yellow, .elementor-panel .trx_addons_elementor_templates_library_notice.yellow {
  background: #FDEAB9 !important;
}
.trx_addons_elementor_templates_library_notice.dialog-widget.blue, .elementor-panel .trx_addons_elementor_templates_library_notice.blue {
  background: #E6F6FF !important;
  margin: 2px 0;
  float: right;
  padding: 6px 8px;
}
.trx_addons_elementor_templates_library_notice.dialog-widget.description, .elementor-panel .trx_addons_elementor_templates_library_notice.description {
  width: 100%;
  background: #E6F6FF !important;
}
.trx_addons_elementor_templates_library_notice.dialog-widget.description a, .elementor-panel .trx_addons_elementor_templates_library_notice.description a {
  color: currentColor;
}
.trx_addons_elementor_templates_library_notice.dialog-widget {
  padding: 10px !important;
  left: 10px !important;
  width: 260px !important;
}
.elementor-panel .trx_addons_elementor_templates_library_notice.desc {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  color: inherit !important;
}
.elementor-panel .trx_addons_elementor_templates_library_notice.blue:hover {
  border-bottom-color: transparent;
}

.hint--medium:after {
  width: 180px !important;
}

@media (prefers-color-scheme: dark) {
  .elementor-panel .trx_addons_elementor_templates_library_notice {
    background: #EFEFEF;
    border: none;
  }

  [class*=hint--][aria-label]:after {
    background: #34383C;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
  }

  .hint--top-right:before {
    border-top-color: #727477 !important;
  }
}
.trx_addons_elementor_templates_library_description_wide .elementor-control-field-description {
  display: block;
}

#trx_addons_elementor_templates_library,
#trx_addons_elementor_templates_library_modal .dialog-message,
#trx_addons_elementor_templates_library_modal .dialog-content {
  height: 100%;
}

#elementor-panel-page-settings-controls > .elementor-control[class*="trx_addons_"],
#elementor-kit-panel-content-controls > .elementor-control[class*="trx_addons_"] {
  position: relative;
}

#elementor-panel-page-settings-controls > .elementor-control[class*="trx_addons_"]:after,
#elementor-kit-panel-content-controls > .elementor-control[class*="trx_addons_"]:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #C5B1CE;
}

.sub-arrow + .sub-arrow {
  display: none;
}

#trx_addons_elementor_templates_library_preview .dialog-widget-content {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1280px;
  max-height: 90vh;
  overflow: hidden;
  background-color: var(--e-a-bg-default);
  border-radius: none;
}
#trx_addons_elementor_templates_library_preview .dialog-widget-content.with_demo_url {
  width: 100%;
  height: 750px;
  max-height: 90vh;
}
#trx_addons_elementor_templates_library_preview .dialog-widget-content.with_demo_url iframe {
  width: 100%;
  height: 704px;
  max-height: 90vh;
}
#trx_addons_elementor_templates_library_preview .dialog-widget-content.with_demo_url iframe .top_panel,
#trx_addons_elementor_templates_library_preview .dialog-widget-content.with_demo_url iframe .footer_wrap {
  display: none;
}
#trx_addons_elementor_templates_library_preview .dialog-header {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-bottom: var(--e-a-border);
  padding: 15px;
  color: var(--e-a-color-txt-active);
  background-color: var(--e-a-bg-default);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#trx_addons_elementor_templates_library_preview .dialog-header .trx_addons_elementor_templates_library_item_favorite {
  position: static;
  margin-left: 10px;
}
#trx_addons_elementor_templates_library_preview .trx_addons_elementor_templates_library_close {
  z-index: 2;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
}
#trx_addons_elementor_templates_library_preview .trx_addons_button_close_icon:before, #trx_addons_elementor_templates_library_preview .trx_addons_button_close_icon:after {
  border-color: var(--e-a-color-txt);
}
#trx_addons_elementor_templates_library_preview .trx_addons_elementor_templates_library_item_back {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 15px;
  color: var(--e-a-color-txt);
  cursor: pointer;
}
#trx_addons_elementor_templates_library_preview .trx_addons_elementor_templates_library_item_back .trx_addons_elementor_templates_library_item_back_icon {
  font-size: 18px;
}
#trx_addons_elementor_templates_library_preview p {
  margin: 1em 0;
}
#trx_addons_elementor_templates_library_preview .dialog-message {
  padding: 46px 0 0;
}
#trx_addons_elementor_templates_library_preview .dialog-content {
  max-height: calc( 90vh - 46px );
  overflow-x: hidden;
  overflow-y: auto;
}
#trx_addons_elementor_templates_library_preview .trx_addons_elementor_templates_library_notices p {
  margin: 0;
}

#trx_addons_elementor_templates_library_preview_wrap {
  width: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#trx_addons_elementor_templates_library_preview_wrap .trx_addons_elementor_templates_library_preview_content > img {
  max-width: Min(1280px, 90vw, 100%);
  height: auto;
  vertical-align: top;
}


