.detail-content {
    height: 220px !important;
    display: none !important;
}
.detail-content.active{
    display: flex !important;
}
.domain-circle {
  transition: all 0.6s ease;
  position: relative;
  z-index: 1;
}
.domain-circle.hidden {
  opacity: 0;
  pointer-events: none;
}
.images-active{
    visibility: hidden;
}
.images-active.active{
    visibility: visible;
}
.images-active.active img, .close-detail:hover, .domain-circle{
  cursor: pointer;
}
.domain-circle.selected {
  cursor: default;
}
.panel-content ul li{
    background-color: #FAF3D1;
    width: 144px;
    height: 46px;
    justify-content: center;
    border-radius: 5px;
    flex-shrink: 0;
}
.panel-content .elementor-icon-list-items{
    display: flex;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-direction: row;
    flex-wrap: nowrap !important;
}
.panel-content .elementor-icon-list-items::-webkit-scrollbar {
  display: none;
}
.panel-content .elementor-widget-container:hover .elementor-icon-list-items{
  animation-play-state: paused;
}

.panel-content .elementor-icon-list-items li {
  flex-shrink: 0;
  white-space: nowrap;
  user-select: none;
}
/* Domain check */
.domain-check form > div{
    width: 55%;
    height: 76px;
    background: white;
    box-shadow: 0 0 4px 1px #CFCFCF;
    border-radius: 40px;
    padding: 8px;
}
.domain-check form{
  font-family: var(--e-global-typography-primary-font-family);
}
.domain-check form > div > input[name="domaincheck_domain"]{
    height: 100%;
    border-radius: 40px;
    box-shadow: inset 0 0 4px 0 #6B696833;
    border: none;
    width: 100% !important;
    font-family: var(--e-global-typography-text-font-family);
    flex-shrink: 0;
}
.domain-check form > div > input[type="submit"]{
    height: 100%;
    border-radius: 40px;
    background: #C03C29;
    color: white;
    font-weight: 700;
    font-size: 20px;
    line-height: 1em;
    text-transform: uppercase;
    padding: 0 35px;
    font-family: var(--e-global-typography-primary-font-family);
    transform: translate(calc(-100% - 8px));
}
input:focus-visible {
    outline: none;
}
@media(max-width: 1024px){
    .images-active{
      visibility: visible;
  }
  .close-detail {
    display: none;
  }
	.domain-check form > div{
		height: 54px;
	}
	.domain-check form > div > input[type="submit"]{
		font-size: 14px;
	}
}
@media(max-width: 767px){
    .detail-content {
      height: auto !important;
    }
    .domain-check form > div {
      width: 100%;
    }
}
@media(max-width: 500px){
  .domain-check form > div{
    display: flex !important;
  }
  .domain-check form > div > input[name="domaincheck_domain"]{
    margin: 0 10px 0 0 !important;
  }
}