@font-face {
    font-family: 'Assistant-Regular';
    src: url('fonts/Assistant-Regular.ttf');
}

@font-face {
    font-family: 'Assistant-SemiBold';
    src: url('fonts/Assistant-SemiBold.ttf');
}

@font-face {
    font-family: 'Assistant-Bold';
    src: url('fonts/Assistant-Bold.ttf');
}

@font-face {
    font-family: 'Assistant-Light';
    src: url('fonts/Assistant-Light.ttf');
}

@font-face {
    font-family: 'Assistant-ExtraBold';
    src: url('fonts/Assistant-ExtraBold.ttf');
}

@font-face {
    font-family: 'Assistant-ExtraLight';
    src: url('fonts/Assistant-ExtraLight.ttf');
}

/*html,body,form,.mainArea{
    height: 100%;
    margin: 0;*/
}

#wizIframeInBox {
    width: 100%;
    height: calc(100% - 50px)!important;
}

#wizChatChecker {
    position: absolute;
    right: -3px;
    top: -4px;
    width: 29px;
    height: 30px;
}

.newMessagesWaiting {
    text-align: center;
    width: 27px;
    height: 22px;
    text-shadow: 0.5px 0.9px 3px #35393e;
    box-shadow: -5px 9.8px 16px 0 rgba(53, 57, 62, 0.39);
    background-color: #bf1f1f;
    font-weight: bold;
    border-radius: 15px;
    font-size: 14px;
    top: -10px;
    padding-top: 5px;
    color: #ffffff;
}

#WizquestionMark {
    border: 2px solid white;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    font-size: 13px;
    margin: 5px auto;
}

#WizquestionMark:after {
    content: '?';
}

.WizclosedSideBubbleTitle {
    /* color: white; */
    /* font-size: 15px; */
    /*margin-left: 44px;*/
    /*margin-top: 28px;*/
    /* width: 85px; */
    /* display: none; */
    width: 5.2em;
    font-size: 1.6em;
    font-weight: normal;
    top: -3.9em;
    position: absolute;
    left: 2em;
    background: #C4DF9B;
    padding: 1em;
    border-radius: 20px;
}
.WizclosedSideBubbleTitle:before {
    content: "";
    position: absolute;
    border-style: solid;
    left: 20px;
    bottom: -16px;
    border-width: 11px 12px 5px 0px;
    border-color: #C4DF9B transparent transparent transparent;
}
.WizWiztopBarTitle {
    display: block;
    background-image: url(./getFile.aspx?profile=61&fname=./getFile.aspx?profile=61&fname=./getFile.aspx?profile=61&fname=chaticon.png);
    float: right;
    margin-top: 9px;
    /* background-color: #ffffff; */
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    font-size: 0;
    margin-right: 15px;
}

.WizclosedSideBubbleTitle img {
    display: none;
}

#WizagentTapping {
    direction: rtl;
    font-size: 14px;
    font-weight: 100;
}

#WiznewMessages {
    color: white;
    border: 3px solid white;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    background-color: #02356c;
    font-size: 16px;
}

.WizaskCloseBox {
    width: calc(100% - 30px);
    height: 207px;
    margin: 185px auto;
    text-align: center;
    /* box-shadow: 0px 6px 8px 0 rgba(21, 56, 134, 0.12);*/
    background-color: white;
    color: #727272;
    font-family: Assistant;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    padding: 0;
    border: transparent;
}

.WizaskCloseBoxTopBar {
    margin: 0;
    height: 30px;
    /* border: 1px solid red; */
    width: calc(100% - 0px);
    height: 47px;
    background-color: #009DE0;
    font-family: Assistant;
}

.WizaskCloseBoxTitle {
    font-family: Assistant;
    font-size: 18px;
    /* width: 330px; */
    padding-top: 27px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    text-align: center;
    letter-spacing: normal;
    /* text-align: justify; */
    color: #727272;
}

.WizaskCloseBoxYesNo {
    margin-bottom: 40px;
    margin-top: 30px;
    box-sizing: inherit !important;
    -webkit-box-sizing: inherit !important;
}

.WizaskCloseBoxYesBtn {
    border-radius: 3px;
    height: 30px;
    padding-top: 10px;
    width: calc(100% - 282px);
    /* box-shadow: 0px 10px 15px 0 rgba(21, 56, 134, 0.16); */
    cursor: pointer;
    display: inline-block;
    background-color: #89E894;
    /*box-shadow: 0px 10px 15px 0 rgba(21, 56, 134, 0.16);*/
    margin-left: 52px;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    color: #ffffff;
    box-sizing: unset;
    font-family: Assistant;
}

.WizaskCloseBoxNoBtn {
    border-radius: 3px;
    height: 30px;
    /* background-position-x: 50px; */
    padding-top: 10px;
    width: calc(100% - 282px);
    /* box-shadow: 0px 10px 15px 0 rgba(21, 56, 134, 0.16); */
    cursor: pointer;
    display: inline-block;
    background-color: #FF0000;
    /*box-shadow: 0px 10px 15px 0 rgba(21, 56, 134, 0.16); */
    margin-left: calc(100% - 99%);
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    color: #ffffff;
    box-sizing: unset font-family: Assistant;
}

.Wizblanket {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    direction: rtl;
    box-sizing: unset;
    font-family: Assistant;
}

.WizcloseMode {
    position: fixed;
    z-index: 100000;
    left: -590px!important;
    top: 0px;
    height: 100%;
    /*border-right: 6px solid #02356c;*/
    vertical-align: middle;
    box-sizing: initial;
    /* opacity: 0.97;*/
}

.WizaskCloseBoxTopBar:after {
    content: 'סגירת הצ׳אט';
    /* width: 82px; */
    height: 9px;
    font-family: Assistant;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.79;
    letter-spacing: normal;
    text-align: justify;
    color: #ffffff;
    vertical-align: middle;
    float: right;
    margin-right: 21px;
    margin-top: 4px;
}

.WizopenMode {
    border-right: 0px !important;
    left: 0px!important;
    width: 0%!important;
}

.WizdataArea {
    display: none;
    position: absolute;
    /* top: 0px; */
    left: 0px;
    height: 100%;
    background-color: #C4DF9B;
    border-radius: 15px;
}

@media (min-width: 500px) {
    .WizdataArea {
        bottom: 116px;
        margin-left: 175px;
        height: 488px;
    }
}

.WizdataArea:before {
    content: "";
    position: absolute;
    bottom: -6em;
    left: -10em;
    width: 148px;
    height: 177px;
    background-position-x: -130px;
    transform: scaleX(-1);
}

.WizdataArea:after {
    content: " ";
    position: absolute;
    bottom: -1.5em;
    left: 23px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #C4DF9B transparent transparent transparent;
    z-index: 55;
    border-width: 15px 15px 10px 0px;
}

.WizclosedSideCenter {
    bottom: 0px;
    position: fixed;
    left: 28px;
    height: 127px;
    padding-left: 0;
    margin: 0;
}

.WizclosedSideBubble {
    background-image: url(./getFile.aspx?profile=61&fname=./getFile.aspx?profile=61&fname=./getFile.aspx?profile=61&fname=openChat.png);
    direction: rtl;
    width: 155px;
    height: 100px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.WiztopBar {
    background-color: #008447;
    height: 47px;
    width: 100%;
    border-radius: 15px 15px 0px 0px;
    /*background-image: url(./getFile.aspx?profile=61&fname=./getFile.aspx?profile=61&fname=./getFile.aspx?profile=61&fname=top_logo.png);
    background-repeat: no-repeat;
    background-size: contain;*/
}

.WiztopBarCloseBtn {
    cursor: pointer;
    float: left;
    margin: 14px 15px;
    font-size: 0px;
    /* padding: 10px; */
    background-image: url(./getFile.aspx?profile=61&fname=./getFile.aspx?profile=61&fname=./getFile.aspx?profile=61&fname=closeChat.png);
    width: 13px;
    height: 13px;
    /* background-color: #ffffff; */
    position: absolute;
    background-size: 100% 100%;
    background-color: transparent;
    border: transparent;
    outline: none;
}

.WizaskCloseBoxTopBarBtn {
    background-image: url(./getFile.aspx?profile=61&fname=./getFile.aspx?profile=61&fname=./getFile.aspx?profile=61&fname=popup_close.png);
    width: 13px;
    height: 13px;
    float: left;
    object-fit: contain;
    /* padding: 17px; */
    margin: 17px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.WiztopBarWellcome {
    /*width: 269px; */
    /* height: 14px; */
    padding-right: 54px;
    padding-top: 7px;
    font-family: Assistant;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: justify;
    color: #ffffff;
    direction: rtl;
}

.WiztopBarTitle {
    color: white;
    font-weight: bold;
    font-size: 16px;
    float: right;
    margin-top: 30px;
    text-align: right;
    direction: rtl;
    display: none;
}

/*.WizfooterArea {
    /*position: absolute;
    bottom: 0px;
    border-top: 1px solid #e1e1e1;
    width: 100%;
    height: 0;*/
position: absolute; width: 100%; height: 24px; bottom: 1px; background-image: url(./getFile.aspx?profile=61&fname=./getFile.aspx?profile=61&fname=./getFile.aspx?profile=61&fname=7twenty.png); background-repeat: no-repeat; background-size: 25%; background-position-x: 49%; background-position-y: 89%; }

/*
 
.WizfooterAreaBox {
    width:49%;
    height:100%;
    text-align:center;
    display:inline-block;
    border-left:1px solid #e1e1e1;
    cursor:pointer;
}
 
.WizfooterAreaBoxIcon {
    text-align:center;
}
.WizfooterAreaBoxIconTitle {
    font-size:14px;
    color:#006595;
    font-weight:bold;
}*/
@media only screen and (max-width: 800px) {
    malka here .WizcloseModea {
        position:fixed !important;
        bottom: 0px !important;
        width: 100% !important;
        left: 0px !important;
        top: initial !important;
        text-align: center;
    }

    .WizclosedSideBubble {
        /*  border-top-right-radius: 10px;*/
        /*  border-top-left-radius: 10px;*/
        direction: rtl;
        width: 70px;
        height: 96px;
        /* margin: 0; */
        object-fit: contain;
        background-repeat: no-repeat;
        /* border-top-right-radius: 10px; */
        /* border-bottom-right-radius: 10px; */
        border-left: none;
        /* padding: 6px 12px 0px 0px; */
        text-align: center;
        /* font-family: Tahoma; */
        cursor: pointer;
        /* font-size: 17px; */
        /* line-height: 24px; */
    }

    .WizdataArea {
        width: 100% !important;
    }

    .WizclosedSideBubbleTitle {
        font-size: 13px;
        width: 80px;
    }
}

@media only screen and (max-width: 360px) {
    .WizaskCloseBoxYesBtn {
        width: calc(100% - 210px);
    }
}

@media only screen and (min-width: 800px) {
    .WizdataArea {
        /* height: 100%; */ /* margin-left: 0; */
    }
}

@font-face {
    font-family: Arimo;
    src: url(/fonts/ARIMO/Arimo-Regular.ttf);
}

nd-repeat: no-repeat; border-top-right-radius: 10px; border-bottom-right-radius: 10px; border-left: none; padding: 48px 0px 0px 35px; direction: rtl; }

.dataArea {
    width: 100% !important;
}

.closedSideBubbleTitle {
    font-size: 13px;
    width: 80px;
}
}

@font-face {
    font-family: Arimo;
    src: url(/fonts/ARIMO/Arimo-Regular.ttf);
}

l(/fonts/ARIMO/Arimo-Regular.ttf); }

fonts/ARIMO/Arimo-Regular.ttf); }

.footerArea {
    height: 29px;
}
}

@font-face {
    font-family: Arimo;
    src: url(/fonts/ARIMO/Arimo-Regular.ttf);
}

@font-face {
    font-family: Arimo;
    src: url(/fonts/ARIMO/Arimo-Regular.ttf);
}

button.WizclosedSideBubble {
    background-color: transparent!important;
    border: transparent;
    outline: none;
    width: 100px;
    height: 177px;
    left: 2em;
    border-radius: 17px;
    background-size: auto;
}

button.WizaskCloseBoxYesBtn {
    padding-bottom: 29px;
    background-color: transparent;
    border-color: transparent;
    color: transparent;
    outline: none;
}

button.WizaskCloseBoxYesBtn::after {
    padding-bottom: 29px;
    background-color: transparent;
    content: "סגור צ'אט";
    outline: none;
    /* color: transparent; */
    color: #153886;
}

button.WizaskCloseBoxNoBtn {
    /*padding-bottom: 29px;*/
    border-color: transparent;
    color: transparent;
    outline: none;
}

button.WizaskCloseBoxNoBtn::after {
    border-color: transparent;
    content: "לא, חזור לצ`אט";
    outline: none;
    padding-left: 15px;
    color: #ffffff;
}

.WiztopBarMinBtn {
    background: url(./getFile.aspx?profile=61&fname=./getFile.aspx?profile=61&fname=./getFile.aspx?profile=61&fname=minimize.png);
    background-repeat: no-repeat;
    background-position-x: 2px;
    background-position-y: 10px;
    background-color: transparent;
    border: transparent;
    /* outline: none; */
    width: 21px;
    height: 24px;
    cursor: pointer;
    float: left;
    left: 36px;
    top: 15px;
    padding-top: 10px;
    /* margin: 26px 42px; */
    display: block;
    /* background-size: 100% 100%; */
    /* background-color: #ffffff; */
    position: absolute;
}

.screenReaderText {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

background-color: #FF0000; /* box-shadow: 0px 10px 15px 0 rgba(21, 56, 134, 0.16); */
margin-left: 25px; font-size: 16px; font-weight: bold; font-style: normal; font-stretch: normal; color: #ffffff; float: left; }

.WiztopBarMinBtn {
    background: url(./getFile.aspx?profile=61&fname=./getFile.aspx?profile=61&fname=./getFile.aspx?profile=61&fname=minimize.png);
    background-repeat: no-repeat;
    background-position-x: 2px;
    background-position-y: 10px;
    background-color: transparent;
    border: transparent;
    /* outline: none; */
    width: 21px;
    height: 24px;
    cursor: pointer;
    float: left;
    left: 36px;
    top: 15px;
    padding-top: 10px;
    /* margin: 26px 42px; */
    display: block;
    /* background-size: 100% 100%; */
    /* background-color: #ffffff; */
    position: absolute;
}

.screenReaderText {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

@-moz-document url-prefix() {
    #newMessages:focus {
        outline: 1px dotted;
        outline-offset: -1px;
    }

    -1px; }
