/*! customer-project 1.0.0 */
body * {
    box-sizing: border-box;
}
body {
    font-family:
        Myriad Pro,
        sans-serif;
    margin: 0;
    padding: 0;
}
.adds-components {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1400px;
    padding: 1em 0;
    width: 100%;
}
@media screen and (max-width: 991px) {
    .adds-components {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        max-width: 1400px;
        padding: 1em 0;
        width: 100%;
    }
}
#searchfield-container .addsearch-searchfield {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
}
#searchfield-container .addsearch-searchfield input[type="search"] {
    border-radius: 0;
    height: 32px;
    max-width: 100%;
    padding: 7px !important;
    width: 100%;
    margin: 0;
}
#searchfield-container .addsearch-searchfield input[type="search"].icon {
    padding-left: 40px !important;
}
#searchfield-container .addsearch-searchfield button {
    background-color: #0f6eb7 !important;
    color: #fff;
    border-radius: 0;
    border: none;
    width: 54px;
    height: 46px;
    /*background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg class='svg-inline--fa fa-search fa-w-16' aria-hidden='true' data-prefix='fas' data-icon='search' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z'/%3E%3C/svg%3E);*/
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 24px;
}
/*#searchfield-container .addsearch-searchfield button:hover {
    background-color: #767676 !important;
}*/
#searchfield-container .adds-askai-button {
    align-items: center;
    display: flex;
    gap: 8px;
}
/*#searchfield-container .addsearch-searchfield button {
    background-color: #f4f9ff !important;
    border: 1px solid #c2ddff;
    border-radius: 10px;
    color: #000 !important;
    font-size: 14px;
    letter-spacing: 2px;
    margin: 0 0 3px;
    padding: 13px;
    text-transform: none !important;
}*/
#searchfield-container button:hover {
    background-color: #f4f9ff !important;
}
.adds-header {
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid hsla(0, 0%, 86%, 0.5);
    display: flex;
    flex-direction: row;
    height: 20vh;
    justify-content: space-between;
    max-height: 80px;
    padding: 1em;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
}
.adds-header .adds-header-wrapper {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
}
.adds-header .adds-logo {
    padding: 0 1em;
}
.adds-header .adds-nav {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
}
.adds-header .adds-nav a {
    padding: 0 1em;
    text-decoration: none;
}
.adds-header .adds-nav a:hover {
    text-decoration: underline;
}

.addsearch-ai-answers-result .action-buttons-group.animate-in {display: none !important;}
.addsearch-ai-answers-result .source {padding: 10px 8px; line-height: 1.25;}