@font-face {
  font-family: "Assistant";
  src: url("fonts/Assistant-ExtraLight-webfont.woff");
  font-weight: 100;
}

@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;
}

html {
  display: block;
}

body {
  margin: 0;
  font-family: Rubik, Assistant, Arial;
  font-size: 14px;
  overscroll-behavior: contain;
  background-color: #fff;
  overflow: hidden;
}

form,
button,
input {
  font-family: Rubik, Assistant, Arial !important;
}

.mainArea {
  border-radius: 12px 12px 0 0;
  margin: 20px auto;
  border: 1px solid #eceef0;
  background: #f1f7ff 0% 0% no-repeat padding-box;
  font-family: Rubik, Assistant, Arial !important;
  max-width: 1400px;
  min-width: 330px;
  min-height: 855px;
  height: 90vh;
  text-align: center;
}

.topLogo {
  border-radius: 12px 12px 0 0;
  background: #426A9A 0% 0% no-repeat padding-box;
  height: 213px;
  min-width: 300px;
  max-width: 1400px;
}

.topLogo_img {
  position: absolute;
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-image: url(./getFile.aspx?profile=8&fname=toplogo235.png&sug=2);
  width: 100%;
  max-width: 1400px;
  height: 235px;
  top: 75px;
}


.topLogo_header {
  color: #F8A5C5;
  font-weight: 400;
  font-size: 48px;
  direction: rtl;
  padding-top: 30px;
}

.topLogo_txt,
.topLogo_txt2 {
  color: #fff;
  font-size: 24px;
  direction: rtl;
}

.topLogo_txt3 {
  margin-top: 39px;
  margin-left: 55px;
  float: left;
  color: #fff;
  font-size: 24px;
  direction: rtl;
}

.topLogo_arrow {
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 35px;
  background-image: url(./getFile.aspx?profile=8&fname=errow.png&sug=2);
  width: 100%;
  height: 100px;
}

.Stage {
  overflow-y: auto;
  min-height: 350px;
}

.AgentBubble {
  font-weight: bold;
  letter-spacing: 0px;
  font-size: 24px;
  color: #0c3058;
  padding: 6vh 0 5vh 0;
}

.OptionBubble {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border: 0;
  border-radius: 6px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 7px #00000014;
  border-radius: 6px;
  opacity: 1;
  cursor: pointer;
  width: 301px;
  height: 217px;
  text-align: center;
  margin: 18px;
  vertical-align: top;
}

.OptionBubble:hover {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 20px #0000001a;
  border-top-width: thick;
  border-top-style: solid;
  border-top-color: #EA4A88;
}

div#mashov_img {
  background-image: url(./getFile.aspx?profile=8&fname=mashov.png&sug=2);
  background-repeat: no-repeat;
  width: 55px;
  height: 55px;
  margin: auto;
}

div#status_img {
  background-image: url(./getFile.aspx?profile=8&fname=status.png&sug=2);
  background-repeat: no-repeat;
  width: 55px;
  height: 55px;
  margin: auto;
}

div#gius_img {
  background-image: url(./getFile.aspx?profile=8&fname=gius.png&sug=2);
  background-repeat: no-repeat;
  width: 80px;
  height: 55px;
  margin: auto;
}

div#support_img {
  background-image: url(./getFile.aspx?profile=8&fname=support.png&sug=2);
  background-repeat: no-repeat;
  width: 55px;
  height: 55px;
  margin: auto;
}

.OptionBubble_header {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
}

.OptionBubble_txt {
  direction: ltr;
}

.bottom_area {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #ffffff4d 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  opacity: 1;
  margin: 10px auto;
  height: calc(150px - 2vw);
  width: 65vw;
  max-width: 1200px;
  min-width: 350px;
}

.Exclamation_mark {
  width: 70px;
  height:  calc(150px - 2vw);
  float: right;
  background-image: url(./getFile.aspx?profile=8&fname=exclamation_mark.png&sug=2);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.bottom_text {
  height: calc(150px - 2vw);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #0c3058;
}

.bottom_regular {
  text-align: right;
  margin-right: 40px;
  width: 100%;
  margin-bottom: -25px;
  padding-left:10px;
}

.bottom_bold {
  text-align: right;
  margin-right: 40px;
  width: 100%;
  font-weight: bold;
  padding-left:10px;
}

.openAccessibility {
  position: relative !important;
}


.InputArea {
  display: none;
}

.NewOptionLine {
  text-align: center;
  text-align: -webkit-center;
  display: flex;
  flex-wrap: wrap;
}

::-webkit-scrollbar {
  background-color: transparent;
  appearance: none;
  width: 5px !important;
  height: 7px;
  cursor: pointer;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
  cursor: pointer;
}

::-webkit-scrollbar-thumb {
background-color: transparent;
  //background: #9a9a9a;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
background-color: transparent;
  //background: #d1c9c7;
  cursor: pointer;
}

::-webkit-scrollbar-thumb:active {
background-color: transparent;
  //background: #9a9a9a;
}

::-webkit-scrollbar-track {
background-color: transparent;
 // background: #e2dddb;
  border: 0px solid #ff0000;
  border-radius: 5px;
}

::-webkit-scrollbar-track:hover {
background-color: transparent;
  //background: #e2dddb;
}

::-webkit-scrollbar-track:active {
background-color: transparent;
  //background: #e2dddb;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

textarea#clientInput::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
  cursor: pointer;
}

textarea#clientInput::-webkit-scrollbar-thumb {
  background: transparent;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

textarea#clientInput::-webkit-scrollbar-thumb:hover {
  background: transparent;
  cursor: pointer;
}

textarea#clientInput::-webkit-scrollbar-thumb:active {
  background: transparent;
}

textarea#clientInput::-webkit-scrollbar-track {
  background: transparent;
  border: 0px solid transparent;
  border-radius: 5px;
}

textarea#clientInput::-webkit-scrollbar-track:hover {
  background: transparent;
}

textarea#clientInput::-webkit-scrollbar-track:active {
  background: transparent;
}

textarea#clientInput::-webkit-scrollbar-corner {
  background: transparent;
}

:focus {
  outline: none !important;
}


@media only screen and (max-width: 1360px) {

  .OptionBubble {
    width: 200px;
    height: 160px;
  }

}

@media only screen and (max-width: 955px) {


  .topLogo_img {
    background-position-x: 97%;
    background-image: url(./getFile.aspx?profile=8&fname=toplogo190.png&sug=2);
    height: 190px;
    top: 90px;
  }

  .OptionBubble {
    margin: 7px auto;
    display: block;
  }

  .bottom_regular {
    margin-bottom: -5px;
  }
}

@media only screen and (max-width: 700px) {


.openAccessibility {
  position: relative !important;
  top: -70px !important;
}

  .topLogo {
    height: 126px;
  }
  
  .topLogo_img {
    background-position-x: 92%;
    background-position-y: 2px;
    background-image: url(./getFile.aspx?profile=8&fname=toplogo100.png&sug=2);
    height: 190px;
    top: 35px;
  }
  
  .topLogo_txt3 {
    margin-top: -20px;
    margin-left: 9px;
    font-size: 14px;
  }

  .topLogo_logo {
    background-image: url(./getFile.aspx?profile=8&fname=logo_90.png&sug=2);
  }



  .topLogo_header {
    margin: -38px auto;
    font-size: 35px;
  }

  .topLogo_txt {
    margin-top: 35px;
    padding: 0;
  }

  .AgentBubble {
    font-size: 20px;
    padding: 0px;
    margin-top: 47px;
  }

  .OptionBubble {
     max-width: 45%;
     min-height: 178px;
  }

  .OptionBubble_header {
    margin-top: 0px;
    font-size: 20px;
  }

  
  .bottom_regular {
    margin-bottom: 15px;
    margin-right: 10px;
  }

  .bottom_bold {
    margin-right: 10px;
  }

  .Exclamation_mark {
    height: 140px;
  }
}

@media only screen and (max-width: 600px) {
 
  .Exclamation_mark {
    height: 170px;
  }
}

@media only screen and (max-width: 470px) {
  .topLogo_header {
    font-size: 30px;
  }

  .topLogo_txt,
  .topLogo_txt2 {
    font-size: 20px;
  }
  
  .topLogo_txt3 {
  margin-top: -2px;
  margin-left: 5px;
  font-size: 12px;
}

  .topLogo_img {
    background-position-x: 98%;
    background-position-y: 15px;
  }

    .bottom_regular {
    margin-bottom: -17px;
  }

    .Exclamation_mark {
    height: 118px;
  }
  
  
}
