﻿
@font-face {
    font-family: 'ai-open-sans-light';
    src: url('/Modules/AiIntigration/fonts/opensanshebrew-light-webfont.woff') format('woff')
}

@font-face {
    font-family: 'ai-open-sans-regular';
    src: url('/Modules/AiIntigration/fonts/opensanshebrew-regular-webfont.woff') format('woff')
}

@font-face {
    font-family: 'ai-open-sans-bold';
    src: url('/Modules/AiIntigration/fonts/opensanshebrew-bold-webfont.woff') format('woff')
}

@font-face {
    font-family: 'ai-open-sans-extrabold';
    src: url('/Modules/AiIntigration/fonts/opensanshebrew-extrabold-webfont.woff') format('woff')
}

@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    src: url(/styles/fonts/OpenSans/opensanshebrew-regular-webfont.eot);
    src: url(/styles/fonts/OpenSans/opensanshebrew-regular-webfont.eot?#iefix) format('embedded-opentype'), url(/styles/fonts/OpenSans/opensanshebrew-regular-webfont.woff) format('woff'), url(/styles/fonts/OpenSans/opensanshebrew-regular-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew Bold';
    font-style: normal;
    font-weight: 400;
    src: url(/styles/fonts/OpenSans/opensanshebrew-bold-webfont.eot);
    src: url(/styles/fonts/OpenSans/opensanshebrew-bold-webfont.eot?#iefix) format('embedded-opentype'), url(/styles/fonts/OpenSans/opensanshebrew-bold-webfont.woff) format('woff'), url(/styles/fonts/OpenSans/opensanshebrew-bold-webfont.ttf) format('truetype');
}

.popupPage_mainContant {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.popupPage_title {
    font-family: 'Open Sans Hebrew Bold';
    color: #2F3A40;
    font-size: 32px;
    margin-right: 42px;
}

.popupPage_title_img {
    position: relative;
    left: 22px;
    bottom: 12px;
}

.popupPage_mainContant_header {
    background-color: #FFF1E6;
    width: 100%;
    height: 302px;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}

.popupPage_subTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 129px;
}

.popupPage_subTitle_text {
    color: #4A5459;
    font-size: 18px;
    width: 820px;
    font-family: 'Open Sans Hebrew';
    margin-right: 290px;
}

.popupPage_subTitle_logo {
    position: relative;
    top: 30px;
}

.popupPage_subTitle_logo_img {
    width: 163px;
}

#popupPage_autocompleteList {
    display: none;
    position: absolute;
    border: 1px solid #ccc;
    background-color: white;
    width: 200px;
    max-height: 150px;
    overflow-y: auto;
    z-index: 1000;
}

#popupPage_autocompleteList li {
    padding: 8px;
    cursor: pointer;
}

#popupPage_autocompleteList li:hover {
    background-color: #f0f0f0;
}
/*PopUp*/
#AiBox_aiPopupOverlay {
    display: flex;
    flex-direction: column;

    position: relative;
    bottom: 60px;
}

#aiPopupContainer {
    /* width: 56.3%;
    height: 83.7%;*/
    /*background-color: #FFFFFF;*/
    flex-direction: column;
    /*  border-radius: 24px;
    box-shadow: 0px 3px 60px #33333373;*/
    overflow: auto;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 550px;
}

#closeAiPopupContainer {
/*    display: flex;
    justify-content: end;
    margin: 16px;*/
display:none;
}

#closeAiPopup {
    background-color: white;
    border: none;
    width: 40px;
    display: flex;
    justify-content: center;
}

    #closeAiPopup:hover, #closeAiPopup:focus-visible {
        background-color: #F5F6F8;
        border-radius: 50%;
    }

.closeAiPopupImg {
    width: 40px;
}

.aiPopupInfoOptions {
    display: flex;
    /*    margin-right: 104px;*/
    margin-top: 31px;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
}

.aiPopupCategoryTitle {
    font-family: 'Open Sans Hebrew Bold';
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-right: 104px;
    display:none;
}

.aiPopupInfoOptionsBtn {
    font-family: 'Open Sans Hebrew';
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 24px;
    font-size: 16px;
    padding: 12px 16px 10px;
    border: none;
    gap: 8px;
    cursor:pointer;
}

.aiPopupInfoOptionsBtn_disable {
    font-family: 'Open Sans Hebrew';
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 24px;
    font-size: 16px;
    padding: 12px 16px 10px;
    border: 1px solid #E6E7E8;
    gap: 8px;
    color: #BCC0C2;
}

/*we need to check this if we need it*/
.OptionsBtn_disable

.aiPopupInfoOptionsBtn:hover, .aiPopupInfoOptionsBtn:focus-visible {
    background-color: #F5F6F8;
    box-shadow: 0px 3px 6px #3333333D;
    outline: 2px solid #FFFFFF;
}

    .aiPopupInfoOptionsBtn:focus {
        background-color: #F5F6F8;
    }


.aiPopupContent {
    display: flex;
    flex-direction: column;
    height: 80%;
}

#aiPopupBody {
    /*display: flex;*/
    display:none;
    height: 72.5%;
    margin-top: 32px;
}

.aiPopupBodyRight {
    /*background-color: #fff;*/
    display:none;
}

.popupRobot img {
    width: 98px;
    margin-right: -11px;
    margin-left: 9px;
    margin-bottom: 4px;
}

.popupHiAi img {
    width: 72px;
    margin-right: 2px;
}

.aiPopupBodyLeft {
    display: flex;
    flex-direction: column;
    background-color: #F5F6F8;
    width: 802px;
    border-radius: 16px;
    overflow-x: hidden;
    padding-top: 10px;
}

.aiPopupArrowRight {
/*    width: 0px;
    height: 0px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #F5F6F8;
    z-index: 1;
    margin-top: 42px;*/
display:none;
}

.aiPopupBodyText {
    margin: 14px 30px 0 104px;
    font-size: 16px;
    color: #333333;
    font-family: 'Open Sans Hebrew';
}

#AiBox_aiPopupBodyText a {
    color: blue;
    font-family: 'Open Sans Hebrew';
}

.aiPopupFeedback {
    display: none;
    background-color: #F5F6F8;
    border-radius: 0px 0px 16px 16px;
    position: sticky;
    bottom: 0;
    width: 100%;
    justify-content: end;
    align-items: end;
    margin: 0px auto 1px auto;
}

#bottomSticky {
    width: 100%;
    margin: 0 auto;
    background-color: #F5F6F8;
    padding: 0 0 5px 0;
    border-radius: 0px 0px 16px 16px;
    transform: translateX(-4px);
}

.likeIconContainer {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
}

.dislikeIconContainer {
    display: flex;
    width: 40px;
    justify-content: center;
    margin-left: 21px;
}

#likeIcon {
    width: 40px;
    transform: rotate(180deg);
    cursor: pointer;
}

    #likeIcon:hover, #likeIcon:focus-visible {
        background-color: #ebebeb;
        border-radius: 50%;
    }

#likeFillIcon {
    display: none;
    width: 24px;
    transform: rotate(180deg);
    cursor: pointer;
}

#dislikeIcon {
    width: 40px;
    cursor: pointer;
}

    #dislikeIcon:hover, #dislikeIcon:focus-visible {
        background-color: #ebebeb;
        border-radius: 50%;
    }

#dislikeFillIcon {
    display: none;
    width: 24px;
    cursor: pointer;
    margin-bottom: 6px;
}

#thankYouForFeedback {
    display: none;
    margin-right: 30px;
    font-family: 'Open Sans Hebrew Bold';
    width: 100%;
    bottom: 30px;
    position: relative;
}

.selectedTab {
    background-color: #F5F6F8;
}


#dislikeFeedback {
    display: flex;
    width: 93.4%;
    background-color: #FFFFFF;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    margin: 0 24px 23px 29px;
}

    #dislikeFeedback.inDislikeFeed {
        outline: 1px solid #15B2B2;
    }

    #dislikeFeedback:hover, #dislikeFeedback:focus-visible {
        outline: 1px solid #15B2B2;
    }

#userDislikeFeedback {
    border: none;
    margin-right: 16px;
    margin-top: 8px;
    width: 80%;
    resize: none;
    color: #333333;
    font-size: 16px;
    font-family: OpenSansHebrew !important;
    height: 85.5%;
    box-sizing: border-box;
}

.sendDislikeFeedbackBtn {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    padding-right: 0px;
    font-family: OpenSansHebrew;
    color: #797979;
    font-size: 16px;
    width: 112px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #E2E3E5;
    margin-left: 16px;
    cursor: default;
    background-color: #fff;
}

    .sendDislikeFeedbackBtn.btn-active {
        background-color: #FF5D00;
        border: none;
        color: white;
        cursor: pointer;
    }

        .sendDislikeFeedbackBtn.btn-active:focus-visible {
            outline: 2px solid #000000;
        }

.aiPopupFooter {
    color: #333333;
    font-size: 12px;
    text-align: end;
    /*width: 80%;*/
    margin-top: 8px;
    align-self: center;
    display: none;
    font-family: 'Open Sans Hebrew';
}

.shareAiLink {
    /*display: flex;*/
    display: none;
    justify-content: end;
    gap: 14px;
    width: 90%;
    height: 54px
}

.shareAiLink_icons {
    display: flex;
    width: 32px;
    justify-content: center;
    border: none;
    background: none;
    position: relative;
    top: 24px;
    height: 32px;
    cursor: pointer;
    
}

.shareAiLink_iconsHover {
    display: flex;
    position: relative;
    width: 66px;
    justify-content: center;
    gap: 0px;
    height: 54px;
}

/***********************************************************/

.popupPage_categoryDropdown {
    border: 1px solid #F1F1F1;
    border-radius: 4px;
    height: 40px;
    width: 236px;
}

    .popupPage_categoryDropdown:hover, .popupPage_categoryDropdown:focus {
        border: 2px solid #15B2B2;
        background-color: #F5F6F8;
    }

option {
    text-indent: 500px;
}

#popupPage_listDropDown {
    height: 56px;
   /* border: 1px solid #848484;*/
    box-shadow: 0px 0px 16px #BE6C0F33;
    border-radius: 41px;
    width: 520px;
    cursor: default;
    margin: 8px 8px 2px 0;
    background-color: #ffffff;
}


.popupPage_dropDownWrap {
    display: none;
    background: white;
    box-shadow: 0px 0px 16px #BE6C0F54;
    border-radius: 24px;
    position: relative;
    z-index: 1;
    margin-top: 16px;
    padding: 0;
    overflow-y: scroll;
    max-height: 485px;
    font-family: 'Open Sans Hebrew';
}

    .popupPage_paragraph {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 8px;
    margin: 0;
    line-height: 1;
}

.popupPage_wrapSelectedCategory {
    display: flex;
    justify-content: space-between;
    width: 97%;
    align-items: center;
    height: 100%;
}


.popupPage_prevent-select {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.popupPage_dropDownOption:hover, .popupPage_dropDownOption:focus-visible {
    background: #F5F6F8;
}

.popupPage_dropDownOption {
    padding: 16px;
    list-style-type: none;
    line-height: 1;
}

    .popupPage_dropDownOption:last-child {
        border-radius: 0px 0px 8px 8px;
    }

#popupPage_listDropDown:focus-visible {
    /*border: 1px solid #15B2B2;*/
    border-radius: 41px 41px 0px 0px;
    box-shadow: 0px 2px 16px #BE6C0F42;
}

.popupPage_listMultiOptionHover:focus-visible, .popupPage_listMultiOptionHover:hover {
    /*    border: 1px solid #15B2B2 !important;
    background-color: #F5F6F8;*/
    border-radius: 24px 24px 0px 0px;
    box-shadow: 0px 2px 16px #BE6C0F42;
    cursor: pointer !important;
}

#AiBox_popupPage_placeHolder {
    border: none;
    outline: none;
    width: 100%;
    background: transparent;
    padding: 0;
    margin: 0;
    height: 100%;
    cursor: text;
    padding-right: 24px;
    font-family: 'Open Sans Hebrew';
    caret-color: #FF7221; /* Change the cursor color */
    font-size:16px;
}

.popupPage_goToSearchResultConteiner{
    width:100%;
    display:none;
    justify-content:center;
    margin-top:23px
}
.popupPage_goToSearchResult_btnLink {
    font-family: 'Open Sans Hebrew';
    text-decoration: none;
    color: #ffffff;
    background-color: #FF5D00;
    font-size: 16px;
    padding: 12px 40px;
    border-radius:23px;

}
.popupPage_goToSearchResult_btnLink:hover{
    
    color: #ffffff;
}
#popupPage_clearIcon{
    display:none;
}



#AiBox_popupPage_dropDownWrapId::-webkit-scrollbar {
    width: 7px;
}

#AiBox_popupPage_dropDownWrapId::-webkit-scrollbar-track {
    background: transparent;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

#AiBox_popupPage_dropDownWrapId::-webkit-scrollbar-thumb {
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #BCC0C2;
}