/* #region Ivory-search-popup  */
.popup-search {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: #808080d4;
    overflow: hidden;
    z-index: 1001;
}

.popup-search .is-ajax-search {
    transform: translate(0, 300%);
}

.popup-search .is-search-input {
    box-shadow: none !important;
    padding-left: 20px !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.is-ajax-search .is-loader-image {
    right: 16px !important;
}

.is-ajax-search-result, .is-show-more-results {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.div.is-ajax-search-result {
    z-index: 1003 !important;
}

.popup-search .radius-bot {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.no-radius-bot {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.popup-search .is-form-style::after {
    display: none;
}

.hide-scroll {
    /* overflow: hidden !important; */
}

.ic-cancel {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #DFE1E6;
    position: fixed;
    top: 90px;
    right: 32px;
}

.ic-cancel-input {
    border-radius: 50%;
    background: #DFE1E6;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 24px;
    right: 16px;
    width: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ic-cancel:hover {
    cursor: pointer;
    opacity: 0.7;
}

.hide-ic {
    display: none;
}

/* #endregion */
/* sticke form*/
.banner-form-nav {
    /* position: sticky; */
    top: 90px;
}
#td-outer-wrap {
    overflow: visible;
}
/*end */

/* boxSend */
.notify_box {
    display: none;
    position: fixed;
    left: 10px;
    bottom: 27px;
    z-index: 50;
    margin-right: 10px;
}

.notify_box a {
    font-family: GoogleSans Bold, Arial, sans-serif;
    color: #FF0000;
}

.notify_box a:hover {
    opacity: 1;
}

.notify_box .n-content_box {
    display: inline-block;
    background: #FFF;
    border: 2px solid #98D1F7;
    padding: 10px 20px;
    border-radius: 5px;
}

.notify_box .n-content_box:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid #98D1F7;
    border-right: 10px solid transparent;
    border-top: 10px solid #98D1F7;
    border-bottom: 10px solid transparent;
    left: 20px;
    bottom: -20px;
}

.notify_box .n-content_box:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid #FFF;
    border-right: 10px solid transparent;
    border-top: 10px solid #FFF;
    border-bottom: 10px solid transparent;
    left: 22px;
    bottom: -15px;
}

.notify_box .n-text_box span {
    white-space: nowrap;
}

.notify_box .n-close_box {
    position: absolute;
    top: 6px;
    right: 6px;
    background: url(/sites/amis/images/ic-close_box.svg) no-repeat;
    background-size: 9px;
    width: 9px;
    height: 9px;
    cursor: pointer;
}
.n-text_box {
    width: max-content;
}

/* end boxSend */