@font-face {
  font-family: "Assistant";
  src: url("fonts/Assistant-ExtraLight-webfont.woff");
  font-weight: 100;_logo
}

@font-face {
  font-family: "Assistant";
  src: url("fonts/Assistant-Light-webfont.woff");
  font-weight: 300;
}

@font-face {
  font-family: "Assistant";
  src: url("fonts/Assistant-Regular-webfont.woff");
  font-weight: 400;
}

@font-face {
  font-family: "Assistant";
  src: url("fonts/Assistant-SemiBold-webfont.woff");
  font-weight: 500;
}

@font-face {
  font-family: "Assistant";
  src: url("fonts/Assistant-Bold-webfont.woff");
  font-weight: 600;
}

@font-face {
  font-family: "Assistant";
  src: url("fonts/Assistant-ExtraBold-webfont.woff");
  font-weight: 700;
}

@font-face {
  font-family: "Rubik";
  src: url("fonts/Rubik-Light.ttf");
  font-weight: 100;
}

@font-face {
  font-family: "Rubik";
  src: url("fonts/Rubik-Light.ttf");
  font-weight: 300;
}

@font-face {
  font-family: "Rubik";
  src: url("fonts/Rubik-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Rubik";
  src: url("fonts/Rubik-SemiBold.ttf");
  font-weight: 500;
}

@font-face {
  font-family: "Rubik";
  src: url("fonts/Rubik-Bold.ttf");
  font-weight: 600;
}

@font-face {
  font-family: "Rubik";
  src: url("fonts/Rubik-ExtraBold.ttf");
  font-weight: 700;
}

.select_op {
  border: 1px solid #cccccc;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
  color: black;  
  font-size: 16px;
  width: 293px;
  height: 34px;
  padding: 4px;
}

textarea#q4 {
   height: 100px;
   margin-bottom: 10px;
   width: 250px;
}


.textarea {
  color: rgb(97, 97, 97);
  width: 90% !important;
  height: 200px !important;
  display: block !important;
  margin: auto !important;
}

/* ================ Start of irchat.htm ================= */

.irchat_wrap {
    width: 450px;
    height: 98vh;
    background-color: #fff;
    box-shadow: 0px 3px 6px #0000003b;
    border-radius: 10px 10px 10px 10px;
    margin-top: 1vh;
    margin-right: calc(50vw - 225px);
}

.irchat_header {
    background: #0068f6 0% 0% no-repeat padding-box;
    border-radius: 8px 8px 0px 0px;
    opacity: 1;
    text-align: center;
    height: 98px;
    color: #fff;
    font-family: Rubik, Assistant, Arial;
    letter-spacing: -0.01px;
    width: 100%;
}

.header_logo {
  background: url(./getFile.aspx?profile=1&fname=topLogo.png) no-repeat;
  background-position-x: center;
  height: 74px;
}

.header_bold {
  font-size: 24px;
  font-weight: bold;
}

.header_txt {
  font-size: 16px;
}

.rchat_form {
  text-align: center;
}


.irchat_start_BTN {
  margin-top: 40px;
  color: #fff;
  font-size: 16px;
  background: #0068f6 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
  border: 0px;
  width: 166px;
  height: 45px;
  cursor: pointer;
}

.irchat_start_BTN:focus {
	border:2px solid black;
}


.irchat_start_BTN_o {
  margin-top: 40px;
  color: #fff;
  font-size: 16px;
  background: #0068f6 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
  border: 0px;
  width: 166px;
  height: 45px;
  cursor: pointer;
}

.irchat_input_field {
  font-size: 16px;
  margin-top: 10px;
  width: 350px;
  border: 1px solid #cccccc;
  text-align: right;
  padding-right: 10px;
  margin-left: 6px;
  border-radius: 8px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  height: 38px;
}

.irchat_label_field {
  visibility: hidden;
}

label#dnamelabel:after{
  visibility: visible;
  content:"רגע לפני שנמשיך, מה שמך?";
  display: block;
  font-family: Rubik, Assistant, Regular;
  font-weight: 500;
  color: #0c3058;
  width: 100%;
  font-size: 16px;
  margin-top: 80px;
  text-align: right;
  margin-right: 10px;
}

.irchat_input_field_generated {
  display: inline-block;
  font-size: 20px;
  margin-top: 10px;
  width: 230px;
}

.irchat_select_field_generated {
  width: 230px;
  font-size: 20px;
}
.rchat_fields {
  margin-top: 10px;
  /* clear: both; */
  float: right;
  width: 100%;
}

.irchat_subject {
  margin-top: 10px;
}
.irchat_full_name {
  margin-top: 40px;
  text-align: center;
}

.rchat_select_field {
  width: 230px;
  font-size: 20px;
}

.rchat_label_field {
  font-size: 20px;
  clear: both;
  width: 90%;
  display: inline-block;
}
.rchat_input_field_generated {
  display: inline-block;
  font-size: 20px;
  margin-top: 10px;
  width: 230px;
}
.rchat_select_field_generated {
  float: right;
  width: 173px;
  float: right;
}

.irchat_start_BTN {
  margin-top: 40px;
  color: #fff;
  font-size: 16px;
  background: #1976D2 0% 0% no-repeat padding-box;
  border-radius: 50px;
  opacity: 1;
  border: 0px;
  width: 366px;
  height: 45px;
  cursor: pointer;
  box-shadow: 0px 3px 6px #0000004d;
}

.irchat_start_BTN_o {
  margin-top: 40px;
  color: #fff;
  font-size: 16px;
  background: #1976D2 0% 0% no-repeat padding-box;
  border-radius: 50px;
  opacity: 1;
  border: 0px;
  width: 366px;
  height: 45px;
  cursor: pointer;
  box-shadow: 0px 3px 6px #0000004d;
}

.btn_chat_div {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
}

.irchat_mobile_bubble {
  width: 249px;
  margin-right: 7px;
  height: 100px;

  border-right: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
  background: #e2ded0; /* Old browsers */
  background: -moz-linear-gradient(top, #e2ded0 0%, #c6c2b5 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #e2ded0),
    color-stop(100%, #c6c2b5)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #e2ded0 0%,
    #c6c2b5 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #e2ded0 0%,
    #c6c2b5 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e2ded0 0%, #c6c2b5 100%); /* IE10+ */
  background: linear-gradient(to bottom, #e2ded0 0%, #c6c2b5 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2ded0', endColorstr='#c6c2b5',GradientType=0 ); /* IE6-9 */
}
/* ================ End of irchat.htm ================= */

/* ================ Start of iwchat.htm ================= */

.iwchat_chatter {
  height: 210px;
  width: 208px;
  border: 1px solid #078ec6;
  overflow: auto;
  padding: 5px 5px 5px 5px;
}

.iwchat_userinputtextarea {
  height: 10%;
  width: 212px;
  float: right;
  overflow: auto;
  border: 1px solid #078ec6;
  margin-top: 3px;
  outline: none;
}

.iwchat_btnSend {
  float: left;
  margin-top: 3px;
  display: block;
}

.iwchat_wrapper {
  width: 100%;
  height: 100%;
}

#waitingMessages {
  /* text-align: center;
  font-size: 1.1rem; */
  font-size: 16px;
    float: left;
    margin: 5px 20px 5px 65px;
    padding: 10px 18px;
    position: relative;
    vertical-align: top;
    background: #ECEFF1;
    color: #294c6a;
    min-width: 70%;
    border-radius: 20px 20px 20px 0px;
}
#waitingMessages::before {
  position: absolute;
  left: -54px;
  /* top: 12px;*/
  bottom: 0;
  padding: 4px;
  content: url("./getFile.aspx?profile=1&fname=chatLineOper_bg.png");
}
#noanswer {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
/* ================ End of iwchat.htm ================= */

/* ================ Start of ichat.htm ================= */

body {
  font-family: Calibri, Arial;
  font-size: 12px;
  direction: rtl;
  margin: unset;
}

.starting_text {
    margin: 50px;
    text-align: center;
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #eceff1;
    background: #eceff1;
    font-size: 18px;
    border-radius: 20px;
    box-shadow: 0px 3px 6px #00000029;
}

.chatter {
  height: calc(100vh - 180px);
  width: 100%;
  overflow: auto;
}

.userinputtextarea {

  width: 100%;
  height: 22px !important;
  border: 2px solid #919191;
  outline: none;
  resize: none;
  direction: rtl;
  overflow: auto;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 50px;
  /* margin: 0 2px 0 0; */
  font-family: Assistant, arial;
  font-size: 16px;
  /* color: #9a9a9a; */
  padding: 10px;
  /* height: 41px;
  width: calc(100% - 100px);
  float: left;
  overflow: auto;
  border: 1px solid #1976D2;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  outline: none;
  margin-left: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 21px;
  resize: none; */
  margin-right:10px;
}

.btnSend {
  height: 47px;
  margin-right: 4px;
  width: 30px;
  margin: 14px 0px 0px 14px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  float: left;
  /* background: #1976D2; */
  background: url(./getFile.aspx?profile=1&fname=send_btn.png) no-repeat;
  color: white;
  font-size: 12px;
  border: none;
  text-align: center;
  line-height: 47px;
  font-size: 20px;
}

.btnSend:hover {
    background: url(./getFile.aspx?profile=1&fname=send_btn_hover.png) no-repeat;
}

.chat_files_btn {
  float: left;
  background: url(./getFile.aspx?profile=1&fname=Attachment.png);
  border: 0px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-left: 4px;
  background-size: 30px 30px;
}

.wrapper {
  width: 100%;
  height: 100%;
}

.taps {
  /*display: none;
    width: 43px;
    height: 11px;
    background-image: url(./getFile.aspx?profile=1&fname=typing.png);
	position: absolute;
	left: 5px;
	bottom: 51px;
	z-index: 5;*/
  margin-left: 10px;
}

/* Text span for "Operator is typing..." message */

.msg {
  font-size: 20px;
  text-align: center;
}


.chatLineOper {
  font-size: 16px;
    float: right;
    /*margin: 5px 20px 20px 20px;*/
	margin: 16px 10px;
    padding: 10px 18px;
    position: relative;
    vertical-align: top;
    background: #ECEFF1;
    color: #294c6a;
    width: 70%;
    border-radius: 20px 20px 20px 0px;
    overflow-wrap: break-word;
}

.chatLineOper img {
  padding-left: 5px;
  display: none;
}

.chatLineOper:after {
  content: url("./getFile.aspx?profile=1&fname=chatLineOper_bg.png");
  position: absolute;
  margin: -8px;
  left: -40px;
  bottom: 10px;
}
.chatLineOper .timeStampBottom {
    position: absolute;
    bottom: -20px;
    left: 0;
    font-size: 12px;
}


.chatLineClient .chat_text {
  overflow-wrap: anywhere;
  font-size: 16px;
  color: #0c3058;
  overflow-wrap: break-word;
}

.chatLineClient .timeStampBottom {
  position: absolute;
    bottom: -20px;
    right: 0;
    font-size: 12px;
}

.chatLineClient img {
  display: none;
}

.chatLineClient::before {
  content: url(./getFile.aspx?profile=1&fname=chatLineclient_bg.png);
  right: -35px;
  top: 12px;
  position: absolute;
  margin: -8px;
}

.chatLineClient {
  font-size: 16px;
  position: relative;
  padding: 0 10px 10px 24px;
  margin: 16px 50px 16px 10px;
  border: 2px solid #ffffff;
  border-bottom: 1px solid #d7d6d3;
  border-radius: 20px 20px 0px 20px;
  color: #000;
  -webkit-border-radius: 20px 20px 0px 20px;
  -moz-border-radius: 20px 20px 0px 20px;
  min-width: 70%; 
  max-width: 70%;
  float: right;
  word-wrap: break-word;
  background: #2FDAB0;
}


.userendchat {
  float: left;
  height: 26px;
  width: 49px;
  display: block;
  border: 0px;
  background-image: url(./getFile.aspx?profile=1&fname=endchat.png);
}

.userfiles {
  padding-right: 3px;
  float: right;
  color: red;
}

.wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.irchatMobileWrap {
  background: url(./getFile.aspx?profile=1&fname=bck.png) no-repeat;
}

.mobiletopBar {
  background-image: url(./getFile.aspx?profile=1&fname=topLogo.png);
  background-repeat: no-repeat;
  height: 75px;
  background-position-x: center;
}

.mobilebottomBar {
  color: white;
  font-weight: bold;
  height:70px;
  bottom: 12px;
  left: 0px;
  position: absolute;
  width: 100%;
  display:flex;
  justify-content:space-between;
}

.chat_title1 {
  /* color: #fff; */
  font-weight: bold;
  padding-bottom: 3px;
}

.chat_title2 {

  color: #000;
  padding-bottom: 3px;
  font-weight: bold;
}

.chat_text {
  margin-top: -4px;
  font-size: 18px;
}

/* ================ End of ichat.htm ================= */



/* ================ Start of mashov ================= */
.imashov_form {
  direction:rtl;
  max-width: 25rem;
  margin: 0 3% 0 10%;
}

.imashov_li {
    display: block;
    font-size: 1rem;
}

.imashov_lable_op {
    display: block;
    font-size: 1rem;
    padding: 0.5rem 0 0.5rem 0.5rem;
}

.select_op {
    display: block;
    font-size: 1rem;
    padding: 0.5rem 0;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #cccccc;
	border-radius: 8px;
    opacity: 1;
	padding: 4px;
    color: #0c3058b3;
    width: 100%;
}

form .imashov_form .text_area {
    font-family: "Lato", sans-serif;
    min-height: 6rem;
    width: 97%;
    background-color: #f6f6f6;
    border: 1px solid #bbb;
    color: #108dbb;
    font-size: 1rem;
    padding: 0.25rem;
}

.mashov_form {
  padding-top: 1rem;
  width: 450px;
  height: 95vh;
  background-color: #fff;
  box-shadow: 0px 3px 6px #0000003b;
  border-radius: 10px 10px 10px 10px;
  margin-top: 1vh;
  margin-right: calc(50vw - 226px);
  background-image: url(./getFile.aspx?profile=1&fname=bluebg450.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.mashov_fields {
  max-width: 25rem;
  margin: 0 3%;
}

div.mashov_form h1 {
  display: none;
}

form .mashov_fields .mashov_line {
  display: block;
  font-size: 1rem;
  padding: 0.5rem 0;
}

form .mashov_fields .mashov_line .mashov_qlabel {
  display: block;
  font-size: 1rem;
  padding: 0.5rem 0 0.5rem 0.5rem;
}

form .mashov_fields .mashov_line .mashov_select_op {
  display: block;
  font-size: 1rem;
  padding: 0.75rem;
  background-color: #f6f6f6;
  border: 1px solid #bbb;
  color: #108dbb;
  width: 100%;
}

form .mashov_fields .mashov_line .mashov_select_op:focus {
  background-color: #ddd;
}

form .mashov_fields .mashov_line .mashov_text_area {
  font-family: "Lato", sans-serif;
  min-height: 8rem;
  width: 100%;
  background-color: #f6f6f6;
  border: 1px solid #bbb;
  color: #108dbb;
  font-size: 1rem;
  padding: 0.25rem;
}

form .mashov_fields .mashov_line textarea:focus {
  background-color: #ddd;
}

.mashov_btns {
  text-align: center;
}


.mashov_close_chat{
  display: none;
  margin: 5px auto;
  color: #fff;
  font-size: 16px;
  background: #0068f6 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
  border: 0px;
  width: 90%;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
}

form .imashov_send_BTN_small {
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #1976d2 0% 0% no-repeat padding-box;
  border-radius: 15px;
  border: 0px;
  width: 166px;
  height: 45px;
  cursor: pointer;
}

form .imashov_send_BTN_small_o {
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #1976d2 0% 0% no-repeat padding-box;
  border-radius: 15px;
  border: 0px;
  width: 166px;
  height: 45px;
  cursor: pointer;
}


/* ================ End of mashov ================= */

/* ================ Start of ileave_msg.htm ================= */

.leave_msg_field_title {
  direction: ltr;
  text-align: left;
  width: 100px;
  float: right;
  clear: both;
}
.leave_msg_field input {
  border: 1px solid #078ec6;
  width: 100px;
  outline: none;
  float: right;
}
.leave_msg_field {
  direction: rtl;
  text-align: left;
}

.leave_msg_submit_btn {
  bottom: 30px;
  position: absolute;
  left: 10px;

  background: url(./getFile.aspx?profile=1&fname=submit.png);
  border: 0px;
  width: 102px;
  height: 35px;
  cursor: pointer;
  margin-left: 35px;
}

.leave_msg_submit_btn_o {
  bottom: 30px;
  position: absolute;
  left: 10px;

  background: url(./getFile.aspx?profile=1&fname=submit.png);
  border: 0px;
  width: 102px;
  height: 35px;
  cursor: pointer;
  margin-left: 35px;
}

.ileaveMsg_wrap {
  width: 450px;
  height: 98vh;
  min-height: 500px;
  background-color: #fff;
  box-shadow: 0px 3px 6px #0000003b;
  border-radius: 10px 10px 10px 10px;
  margin: 1vh auto;
}


.ileaveMsg_logo {
  background: url(./getFile.aspx?profile=1&fname=topLogo.png) no-repeat;
  background-position-x: center;
  height: 74px;
}

form#sendme {
  direction: rtl;
  text-align: right;
}

.leaveMsg::before {
  content: url(./getFile.aspx?profile=1&fname=chatLineOper_bg.png);
  display: block;
  position: absolute;
  top: 62px;
  width: 35px;
  right: -50px;
}

.leaveMsg {
  direction: rtl;
  font-size: 20px;
  text-align: right;
  min-height: 40px;
  float: left;
  margin: 35px 55px 5px 20px;
  padding: 2px 18px;
  position: relative;
  vertical-align: top;
  background: #edf4ff;
  min-width: 70%;
  border-radius: 5px;
}

 .leaveMsg:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-color: transparent #edf4ff;
  border-width: 9px 0 9px 16px;
  top: 35%;
  right: -15px;
  margin-top: -9pxx;
} 

/*.access_img {
  left: calc(50vw - 250px);
  position: absolute;
  top: 50px;
}*/

/* ================ End of ileave_msg.htm ================= */

.clocker {
  display: none;
  position: absolute;
  left: 5px;
  top: -10px;
  color: #0068f6;
  /* top: 5px;
  right: 5px; 
  color: white;*/
}

#waitOperData {
  font-size: 19px;
  padding: 40px;
}
.wrap_bottom {
  margin-top: 4px;
}

input:focus {
  outline: none;
}

.msgCheckMark {
 display: none !important;
}



.msgCheckMark {
 display: none !important;
}


.userinputtextarea::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  cursor: pointer;
}
.userinputtextarea::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
  cursor: pointer;
}

.userinputtextarea::-webkit-scrollbar-thumb {
  background: transparent;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}


.userinputtextarea::-webkit-scrollbar-thumb:hover {
  background: transparent;
  cursor: pointer;
}

.userinputtextarea::-webkit-scrollbar-thumb:active {
  background: #9a9a9a;
  cursor: pointer;
}

.userinputtextarea::-webkit-scrollbar-track {
  background: transparent;
  border: 0px solid #ff0000;
  border-radius: 5px;
}

.userinputtextarea::-webkit-scrollbar-track:hover {
  background: transparent;
}

.userinputtextarea::-webkit-scrollbar-track:active {
  background: transparent;
}

.userinputtextarea::-webkit-scrollbar-corner {
  background: transparent;
}

[role=alert] {
    display: block;
    font-size: 24px;
    margin-top: 40px;
    text-align: center;
    font-weight: bold;
}

input#closechat {
    position: absolute;
    bottom: 4px;
    right: 10px;
    color: #fff;
    font-size: 16px;
    background: #1976D2 0% 0% no-repeat padding-box;
    border-radius: 50px;
    opacity: 1;
    border: 0px;
    cursor: pointer;
    box-shadow: 0px 3px 6px #0000004d;  
}


::placeholder{
color : #737373;

}

.chat_close_btn:focus {
  border:2px solid black;
}

.chat_userinfo {
  display:flex;
}

.btnSend:focus ,.chat_close_btn:focus ,.chat_close_btn_o:focus {
   border:3px solid black !important;
}


.starting_text {
    cursor: pointer;
    margin: 50px;
    text-align: center;
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #eceff1;
    background: #eceff1;
    font-size: 18px;
    border-radius: 20px;
    box-shadow: 0px 3px 6px #00000029;
}



@media screen and (max-width: 393px) {


    .irchat_start_BTN {
         width: 300px;
    }

    .irchat_start_BTN_o {
         width: 300px;
    }

    .irchat_input_field {
         width: 278px;
   }

}