

/* Start:/support/style.css?17846984041886*/
.arrow-rounded::after {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="30" viewBox="0 0 15 30" fill="none"><path d="M3.16173 8.56391L4.42167 7.30516L11.2842 14.1653C11.3949 14.2753 11.4826 14.406 11.5426 14.55C11.6025 14.694 11.6333 14.8484 11.6333 15.0043C11.6333 15.1603 11.6025 15.3147 11.5426 15.4587C11.4826 15.6026 11.3949 15.7334 11.2842 15.8433L4.42167 22.707L3.16292 21.4483L9.60392 15.0061L3.16173 8.56391Z" fill="white"/></svg>');
    background-size: contain;
    height: 1.8rem;
    width: 1.8rem;
}

.link-card {
    cursor: pointer;
    transition: all 0.1s ease;
}

.link-card:hover {
    filter: brightness(98%);
}

.support-section {
    background: rgb(239, 239, 241);
}
.link-wrapper, .search-result {
    background: white !important;
}

.teamly-search-item__link:hover .teamly-search-item__title {
    color: var(--bs-primary) !important;
}

.teamly-search-highlight {
    font-weight: 500;
}

mark, .mark {
    padding: 0 !important;
    background-color: transparent !important;
}

.teamly-search-item__preview {
    line-height: 1.5;
}

.teamly-search-item + .teamly-search-item {
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.teamly-search-results.is-loading {
    opacity: 0.7;
}

@keyframes smooth-flash {
  0% {
    opacity: 0;
    backdrop-filter: blur(0px);
  }
  40% {
    opacity: 1;
    backdrop-filter: blur(5px);
  }
  100% {
    opacity: 0;
    backdrop-filter: blur(0px);
  }
}

[id^=flash-overlay_] {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
  animation: none;
  transition: opacity 0.4s ease;
}


@media (min-width: 992px) {
    .support-section {
        background: white;
    }
    .link-wrapper, .search-result {
        background: rgb(239, 239, 241) !important;
    }
}
/* End */


/* Start:/local/templates/td_rubezh_template/components/bitrix/news/faq_teamly/style.css?17846328171227*/
.teamly-search-results {
    min-height: 0;
    max-height: 500px;
    overflow-y: auto;
    max-width: 100%;
    transition: all 0.2s ease;
    width: -webkit-fill-available;
    opacity: 0;
    right: 0;
    z-index: 10;
    &.is-visible {
        opacity: 1;
    }
}

/* Wrapper to position the button inside the input */
.search-wrapper {
    display: inline-block;
  }
  
  #teamly-filter-items {
    /* Remove the native cancel button */
    -webkit-appearance: none;
    appearance: none;
    padding-right: 2.5rem; /* space for the custom button */
    height: 36px;
    font-size: 16px;
    &::-webkit-search-cancel-button {
        display: none;
        /* or: -webkit-appearance: none; */
    }
  }

  .clear-btn {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 18px;
    color: #34353E80;
    cursor: pointer;
    display: none;  /* hidden by default */
    padding: 4px;
    line-height: 1;
  }
  
  /* Show the button when the input has a value */
  #teamly-filter-items:not(:placeholder-shown) + .clear-btn {
    display: block;
  }
  
  /* Optional: style on hover/focus */
  .clear-btn:hover {
    color: #333;
  }
/* End */


/* Start:/local/templates/td_rubezh_template/components/bitrix/news.list/support.contacts/style.css?1760948084263*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}


.link-shadow {
	color: #34353E;
	text-decoration: none;
	box-shadow: -1px 6px 20px rgba(115, 126, 140, 0.25);
}
/* End */
/* /support/style.css?17846984041886 */
/* /local/templates/td_rubezh_template/components/bitrix/news/faq_teamly/style.css?17846328171227 */
/* /local/templates/td_rubezh_template/components/bitrix/news.list/support.contacts/style.css?1760948084263 */
