﻿
/*CHATBOT*/
/***** ChatBot Start *****/
@-webkit-keyframes ball {
  from {
    -webkit-transform: translateY(0) scaleY(0.8);
    -moz-transform: translateY(0) scaleY(0.8);
    transform: translateY(0) scaleY(0.8);
  }
  to {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes ball {
  from {
    -webkit-transform: translateY(0) scaleY(0.8);
    -momz-transform: translateY(0) scaleY(0.8);
    transform: translateY(0) scaleY(0.8);
  }
  to {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.ball {
  position: relative;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #888888;
  z-index: 2;
  margin-top: 4px;
  -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  -moz-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
}
.chat-bot {
  position: absolute;
  right: 32px;
  bottom: 32px;
  background-color: #ffffff;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  z-index: 10;
  padding: 11px;
  width: 278px;
  cursor: pointer;
  border: 4px solid #a70908;
}
@media screen and (max-width: 767px) {
  .chat-bot {
    right: 16px;
    bottom: 16px;
  }
}
.chat-bot > img,
.chat-bot > label {
  display: inline-block;
  cursor: pointer;
}
.chat-bot label {
  color: #242729;
  font-size: 16px;
  line-height: normal;
  width: 70%;
  vertical-align: top;
  margin-top: 14px;
  margin-left: 12px;
  letter-spacing: 1px;
  font-weight: bold;
}
.chat-bot .dot {
  position: absolute;
  left: 24.5px;
  top: 13px;
}
.chat-bot .dot:before {
  overflow: hidden;
  display: block;
  -webkit-animation: ellipsis steps(4, end) 3000ms infinite;
  animation: ellipsis steps(4, end) 3000ms infinite;
  content: "...";
  color: #fff;
  font-size: 23px;
  line-height: 0px;
  position: absolute;
  top: 14px;
  height: 14px;
  width: 0px;
  left: 2px;
}
.chat-bot.col-lg-3,
.chat-bot.col-md-4,
.chat-bot.col-sm-3 {
  padding: 0px !important;
}
.chat-bot .global-container {
  position: relative;
  height: 100%;
}
.chat-bot .chat-bot-content {
  position: absolute;
  left: 0;
  bottom: 32px;
  display: inline-block;
  width: 100%;
}
.chat-bot .chat-bot-content .icon-bot-ziraat-user {
  background-color: white;
  padding: 7px 15px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  font-size: 3rem;
  display: inline-block;
}
.chat-bot-message .chat-bot-container .icon-bot-ziraat-bot {
  background: url(../img/icon-bot-ziraat-bot.png) center center #fff no-repeat;
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  border-radius: 50px;
}
@media screen and (max-width: 1600px) and (min-width: 990px) {
  .chat-bot .chat-bot-content .icon-bot-ziraat-user {
    padding: 5px 10.3px;
    font-size: 2rem;
  }
}
.chat-bot .chat-bot-content .cb-message {
  width: 100%;
  padding: 30px;
  background-color: white;
  border-radius: 0 30px 30px 30px;
  -webkit-border-radius: 0 30px 30px 30px;
  -moz-border-radius: 0 30px 30px 30px;
  -ms-border-radius: 0 30px 30px 30px;
  display: inline-block;
  margin-top: 10px;
}
@media screen and (max-width: 1600px) and (min-width: 990px) {
  .chat-bot .chat-bot-content .cb-message {
    padding: 20px;
  }
}
.chat-bot .chat-bot-content .cb-message p {
  color: #464646;
  font-size: 1.8rem;
  line-height: normal;
  letter-spacing: 1px;
}
@media screen and (max-width: 1600px) and (min-width: 990px) {
  .chat-bot .chat-bot-content .cb-message p {
    font-size: 1.4rem;
  }
}
.chat-bot h2 {
  color: white;
  letter-spacing: 1px;
  margin-top: 30px;
  display: inline-block;
}
.msie9 .chat-bot .dot:before {
  width: 20px;
}
.msie9 .home-page .chat-bot .dot {
  top: 12px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home-page .chat-bot .dot {
    top: 12px !important;
  }
}
.input-message {
  margin-top: 30px;
  background-color: white;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  padding: 12.5px 50px 12.5px 30px;
  position: relative;
}
@media screen and (max-width: 1600px) and (min-width: 990px) {
  .input-message {
    padding: 14px 50px 14px 20px;
  }
}
.input-message .lottie-layer {
  background: transparent;
}
.input-message .lottie-layer .lottie {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
}
.input-message .contenteditable-text {
  display: inline-block;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 90%;
  height: 35px;
  max-height: 35px;
  font-family: Arial;
  margin-bottom: 0px;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}
.input-message .contenteditable-text br {
  display: none;
}
.input-message .contenteditable-text * {
  display: inline;
  white-space: nowrap;
}
.input-message .contenteditable-text i {
  font-style: italic;
}
.input-message textarea {
  border: 0;
  outline: none;
  color: #464646;
  font-size: 1.8rem;
  line-height: normal;
  width: 100%;
  resize: none;
  display: none;
}
.toolbar-bottom {
  display: inline-block;
}
.toolbar-bottom .btn {
  display: block;
  float: left;
  font-size: 20px;
  color: #000;
  text-decoration: none;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 5px;
  background: none;
  margin-right: 0px;
  border-radius: 5px;
}
.toolbar-bottom .btn:hover,
.toolbar-bottom .btn.active {
  background-color: rgba(0, 146, 255, 0.25);
}
.input-message input::-webkit-input-placeholder {
  color: #464646;
}
.input-message input::-moz-placeholder {
  color: #464646;
}
.input-message input::-ms-input-placeholder {
  color: #464646;
}
.input-message input::-moz-placeholder {
  color: #464646;
}
@media screen and (max-width: 1600px) and (min-width: 990px) {
  .input-message input {
    font-size: 1.4rem;
  }
}
.input-message a.icon-send {
  background-image: url(../img/icon-send.png);
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 20px;
  top: 9px;
}
@media screen and (max-width: 767px) {
  .input-message a {
    right: 10px;
  }
}
/** Burası**/

@media screen and (min-width: 786px) {
  .chatbot-wrapper.loaded.hover .chat-bot {
    width: 78px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    overflow: hidden;
    bottom: 0;
    right: 0;
    position: relative;
  }
  .chatbot-wrapper.loaded.hover .chat-bot label {
    position: absolute;
    left: 58px;
    display: none;
  }
  .chatbot-wrapper.loaded.hover .chat-bot:hover {
    width: 200px;
  }
  .chatbot-wrapper.loaded.hover .chat-bot:hover label {
    display: inline-block;
  }
}
.chat-bot-clear {
  width: 100%;
  height: 42px;
  background-color: rgba(39, 44, 48, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.4rem;
  text-align: right;
  z-index: 10;
  padding-right: 30px;
  line-height: 42px;
}
.chat-bot-clear a {
  color: white;
  text-decoration: underline;
}
.chat-bot-clear a:hover {
  text-decoration: none;
}
.cb-box-wrap {
  padding: 20px;
  background: #ffffff;
  border-radius: 16px;
  margin-top: 16px;
}
.cb-box-wrap p {
  font-size: 14px;
  color: #000;
  line-height: 28px;
}
.cb-box.left .cb-content ul {
  margin-bottom: 0;
  margin-top: 10px;
}
.cb-box.left .cb-content ul li {
  color: #1d1d1b;
}
.chat-bot-message {
  opacity: 0;
  transition: all 0.4s ease;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 9999;
  overflow: hidden;
  visibility: hidden;
  height: 100%;
  background-position: left 55px;
  background-size: cover;
  width: 100%;

}
.formItem { margin:0 0 20px 0; font-size:12px; color:#494949;}
.loginContainer { width:470px; margin:45px auto 0 auto;} 
.btnRed { background:#c7000c; color:#fff; -webkit-appearance: none;-moz-appearance: none; appearance: none; font-size:20px; font-weight:800; line-height:100%; padding:15px 25px; display:table; cursor:pointer; border:1px solid #c7000c; }
.btnRed:hover { background:#fff; color:#c7000c; border:1px solid #c7000c; } 
input[type="checkbox"] { margin:0 5px 0 0; display:block; float:left; }
.txtBox { color:#747474; font-size:18px; color:#747474; font-family: 'Open Sans', sans-serif; padding:15px 20px; width:calc(100% - 40px); border:none; border-bottom:3px solid #dadada; display:block; line-height:100%;}
.leftContainer { float: left; padding-top: 6px; }
.logoTitle { margin:8px 0 8px 32px; padding:10px 0 10px 32px; font-size:16px; color:#323232; border-left:1px solid gray;font-family: 'Open Sans', sans-serif; font-weight: 400;display: block !important;}
.logoTitle strong { font-weight:800;}

@media screen and (max-width: 767px) {
  .chat-bot-message {
    width: 100% !important;
    height: 100% !important;
    bottom: 0 !important;
    left: 0 !important;
    position: fixed !important;
    border-radius: 0px !important;
    z-index: 999999;
    background-color: #3d4147;
  }
  .chat-bot-message .chat-bot-top {
    border-radius: 0px !important;
  }
  
}
.chat-bot-message.active {
  opacity: 1;
  visibility: visible;
  background-color: #ededed;
  background-repeat: no-repeat;
}
.chat-bot-message .chat-bot-top {
  height: 93px;
  border-bottom: 1px solid #d4d4d3;
  padding: 20px 0 20px 0;
  position: relative;
  padding-left: 10px;
}
.chat-bot-message .chat-bot-top h2 {
  color: white;
  font-size: 2rem;
  position: relative;
  padding: 3px 0 0 32px;
}
@media screen and (max-width: 767px) {
  .chat-bot-message .chat-bot-top h2 {
    padding-top: 3px;
  }
}
.chat-bot-message .chat-bot-top h2 span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.5rem;
}
.chat-bot-message .chat-bot-top h2 span i:before {
  color: white;
}
.chat-bot-message .chat-bot-top .icon-unlem2 {
  position: absolute;
  right: 55px;
  font-size: 20px;
  color: white;
  top: 18px;
}
.chat-bot-message .chat-bot-top .cb-min-btn {
  position: absolute;
  top: 20px;
  right: 60px;
  font-size: 1.5rem;
}
.cb-min-btn {
	display:none;
}
.chat-bot-message .chat-bot-top .cb-close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 1.5rem;
}
.chat-bot-message .chat-bot-message {
  width: 100%;
  position: absolute;
  bottom: 26px;
}
.chat-bot-message .chat-bot-message .chat-bot-message-bg {
  width: 91%;
  height: 64px;
  margin: auto;
  position: relative;
  background-size: 100%;
}
@media (max-width: 1300px) {
  .chat-bot-message .chat-bot-message .chat-bot-message-bg {
    width: 95%;
  }
}
.chat-bot-message .chat-bot-message .chat-bot-message-bg span {
  position: absolute;
  right: 4px;
  top: 7px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.chat-bot-message .chat-bot-info-box {
  position: absolute;
  top: 55px;
  z-index: 999;
  background-color: rgba(39, 44, 48, 0.9);
  height: calc(100% - 55px);
  padding: 20px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.chat-bot-message .chat-bot-info-box.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.chat-bot-message .chat-bot-info-box:before {
  content: "\e925";
  font: 1.6rem "icomoon";
  position: absolute;
  top: -10px;
  color: #302a2f;
  right: 54px;
}
.chat-bot-message .chat-bot-info-box .chat-bot-info {
  overflow: auto;
  position: absolute;
  height: calc(100% - 42px);
}
.chat-bot-message .chat-bot-info-box .chat-bot-info h2 {
  color: white;
  font-size: 1.6rem;
  line-height: normal;
  margin-bottom: 13px;
}
.chat-bot-message ul {
  margin-bottom: 22px;
}
.chat-bot-message ul li {
  font-size: 1.4rem;
  padding-left: 21px;
  position: relative;
  line-height: 20px;
  padding-bottom: 2px;
  color: white;
}
.chat-bot-message ul li a {
  color: #424b50;
  text-decoration: underline;
}
.chat-bot-message ul li a:hover {
  text-decoration: none;
}
.chat-bot-message ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 2px;
  background-color: #e10514;
}
@media screen and (max-width: 767px) {
  .chat-bot-message ul li:before {
    top: 9px;
  }
}
.chat-bot-message ul li.icon-comment {
  padding-left: 30px;
}
.chat-bot-message ul li.icon-comment:before {
  content: "\e983";
  background-color: transparent;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 20px;
  height: 20px;
  width: auto;
  font-family: 'icomoon' !important;
}
.chat-bot-message ul li.Chat_Doviz_Kurlari,
.chat-bot-message ul li.Chat_En_Yakin_Atm_Sube,
.chat-bot-message ul li.Chat_Kart_Basvuru,
.chat-bot-message ul li.Chat_Kredi_Hesaplama,
.chat-bot-message ul li.Chat_Mevduat_Hesaplama,
.chat-bot-message ul li.Chat_Urun_ve_Hizmetler {
  padding-left: 30px;
  padding-bottom: 12px;
  line-height: 1.2;
  padding-top: 4px;
}
.chat-bot-message ul li.Chat_Doviz_Kurlari:before,
.chat-bot-message ul li.Chat_En_Yakin_Atm_Sube:before,
.chat-bot-message ul li.Chat_Kart_Basvuru:before,
.chat-bot-message ul li.Chat_Kredi_Hesaplama:before,
.chat-bot-message ul li.Chat_Mevduat_Hesaplama:before,
.chat-bot-message ul li.Chat_Urun_ve_Hizmetler:before {
  font-family: 'icomoon' !important;
  top: 0;
  background: none;
  font-size: 2rem;
  height: auto;
  width: auto;
}
.chat-bot-message ul li:last-child.Chat_Doviz_Kurlari,
.chat-bot-message ul li:last-child.Chat_En_Yakin_Atm_Sube,
.chat-bot-message ul li:last-child.Chat_Kart_Basvuru,
.chat-bot-message ul li:last-child.Chat_Kredi_Hesaplama,
.chat-bot-message ul li:last-child.Chat_Mevduat_Hesaplama,
.chat-bot-message ul li:last-child.Chat_Urun_ve_Hizmetler {
  padding-bottom: 0;
}
.chat-bot-message ul li.Chat_Doviz_Kurlari:before {
  content: "\e976";
}
.chat-bot-message ul li.Chat_En_Yakin_Atm_Sube:before {
  content: "\e97a";
}
.chat-bot-message ul li.Chat_Kart_Basvuru:before {
  content: "\e97b";
}
.chat-bot-message ul li.Chat_Kredi_Hesaplama:before {
  content: "\e97c";
}
.chat-bot-message ul li.Chat_Mevduat_Hesaplama:before {
  content: "\e97d";
}
.chat-bot-message ul li.Chat_Urun_ve_Hizmetler:before {
  content: "\e97e";
}
.chat-bot-message ul li + li + li.Chat_Kredi_Hesaplama:before {
  content: "\e97b";
}
.chat-bot-message .conversation {
  height: 100%;
  display: none;
}
.chat-bot-message .chat-bot-container {
  text-align: center;
  position: relative;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100% - 145px);
  padding: 0 20px;
  -webkit-overflow-scrolling: touch;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.chat-bot-message .chat-bot-container .chat-bot-wrapper {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .chat-bot-message .chat-bot-container .chat-bot-wrapper {
    margin-top: 16px;
  }
}
.chat-bot-message .chat-bot-container .chat-bot-wrapper > .cb-box + .cb-box {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .chat-bot-message .chat-bot-container .chat-bot-wrapper > .cb-box + .cb-box {
    margin-top: 14px;
  }
}
.chat-bot-message .chat-bot-container .cb-box {
  position: relative;
}
.chat-bot-message .chat-bot-container .cb-box .img {
  margin: 2px 0 15px 0;
  width: 294px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
}
.chat-bot-message .chat-bot-container .cb-box.left {
  text-align: left;
}
.chat-bot-message .chat-bot-container .cb-box.left img {
  display: block;
}
.chat-bot-message .chat-bot-container .cb-box.left .cb-loading {
  margin-left: 15px;
}
.chat-bot-message .chat-bot-container .cb-box.left .cb-loading:before {
  position: relative;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #888888;
  z-index: 2;
  margin-top: 4px;
  -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  -moz-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  content: "";
  border: none;
  animation-delay: 0.15s;
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
}
.chat-bot-message .chat-bot-container .cb-box.left .cb-loading span {
  display: block;
  font-size: 0;
  width: 20px;
  height: 10px;
  position: relative;
}
.chat-bot-message .chat-bot-container .cb-box.left .cb-loading span:before {
  position: relative;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #888888;
  z-index: 2;
  margin-top: 4px;
  -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  -moz-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  content: "";
  margin-left: -7px;
}
.chat-bot-message .chat-bot-container .cb-box.left .cb-loading span:after {
  position: relative;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #888888;
  z-index: 2;
  margin-top: 4px;
  -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  -moz-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  content: "";
  margin-left: 7px;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
}
.chat-bot-message .chat-bot-container .cb-box.right {
  text-align: right;
}
.chat-bot-message .chat-bot-container .cb-box.right .cb-content {
  margin-right: 40px;
  border-radius: 15px 0 15px 15px;
  -webkit-border-radius: 15px 0 15px 15px;
  -moz-border-radius: 15px 0 15px 15px;
  -ms-border-radius: 15px 0 15px 15px;
  background-color: #dbdbdb;
  border: 2px solid white;
  overflow-wrap: break-word;
  max-width: 297px;
}
.chat-bot-message .chat-bot-container .cb-box.right .cb-content p {
  color: #242729;
  font-size: 14px;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .chat-bot-message .chat-bot-container .cb-box.right .cb-content p {
    font-size: 1.2rem;
  }
}
.chat-bot-message .chat-bot-container .cb-box.right + .right {
  margin-top: 7px;
}
.chat-bot-message .chat-bot-container .cb-box .icon-bot-ziraat-user {
  background: url(../img/icon-bot-ziraat-user.png) center center #fff no-repeat;
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  border-radius: 50px;
}
.chat-bot-message .chat-bot-container .cb-box .icon-bot-user {
  background-image: url(../img/icon-bot-user.png);
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  color: white;
}
.chat-bot-message .chat-bot-container .cb-box .cb-content {
  margin-left: 39px;
  background-color: white;
  color: #1d1d1b;
  font-size: 14px;
  line-height: normal;
  padding: 15px 20px;
  border-radius: 0 15px 15px 15px;
  -webkit-border-radius: 0 15px 15px 15px;
  -moz-border-radius: 0 15px 15px 15px;
  -ms-border-radius: 0 15px 15px 15px;
  display: inline-block;
  max-width: 334px;
}
@media screen and (max-width: 767px) {
  .chat-bot-message .chat-bot-container .cb-box .cb-content {
    padding: 12px;
    max-width: 300px;
  }
}
.chat-bot-message .chat-bot-container p.error {
  display: table;
  color: #e10514;
}
.chat-bot-message .chat-bot-container p.error i {
  font-size: 2rem;
  display: table-cell;
  vertical-align: middle;
}
.chat-bot-message .chat-bot-container p.error span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
.chat-bot-message .chat-bot-container p a {
  color: #1d1d1b;
  text-decoration: underline;
}
.chat-bot-message .chat-bot-container p a:hover {
  text-decoration: none;
}
.chat-bot-message .chat-bot-container .fs20 {
  font-size: 2rem !important;
}
.chat-bot-message .chat-bot-container .date {
  color: #91969b;
  padding-top: 10px;
}
.chat-bot-message .chat-bot-container .chat-note {
  border-top: 1px solid #d9dbde;
  color: #91969b;
  padding-top: 15px;
  margin-top: 20px;
  text-align: right;
}
.chat-bot-message .chat-bot-container .chat-map-item {
  border-bottom: 1px solid #ecedee;
  padding-top: 0;
  padding-bottom: 13px;
  display: none;
  width: 294px;
}
@media screen and (max-width: 767px) {
  .chat-bot-message .chat-bot-container .chat-map-item {
    width: 100%;
  }
}
.chat-bot-message .chat-bot-container .chat-map-item:first-child {
  display: block;
}
.chat-bot-message .chat-bot-container .chat-map-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.chat-bot-message .chat-bot-container .chat-map-item p strong {
  color: #e10514;
  padding-bottom: 0px;
  display: block;
}
.chat-bot-message .chat-bot-container .chat-map-item p.info-engelli {
  padding-top: 6px;
  padding-bottom: 0px;
}
.chat-bot-message .chat-bot-container .chat-map-item p a {
  text-decoration: none;
  display: block;
  position: relative;
  padding-right: 34px;
}
.chat-bot-message .chat-bot-container .chat-map-item p a:after {
  font-family: 'icomoon' !important;
  content: "\e953";
  color: #2f3133;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.3rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.chat-bot-message .chat-bot-container .chat-map-item p a.active:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.chat-bot-message .chat-bot-container .chat-map-item .chat-map-item-detail {
  display: block;
  padding-top: 14px;
}
.chat-bot-message .chat-bot-container .chat-map-rotator {
  color: #1d1d1b;
  font-size: 1.4rem;
  margin-top: 16px;
}
.chat-bot-message .chat-bot-container .chat-map-rotator a {
  color: #2f3133;
  font-size: 1.2rem;
}
.chat-bot-message .chat-bot-container .chat-map-rotator a.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}
.chat-bot-message .chat-bot-container .chat-map-rotator a.chat-map-rotator-prev {
  padding-right: 6px;
}
.chat-bot-message .chat-bot-container .chat-map-rotator a.chat-map-rotator-next {
  padding-left: 6px;
}
.chat-bot-message .chat-bot-container .chat-map-btn {
  margin: 20px -20px -15px -20px;
  padding: 20px;
  background: #ededed;
  border-radius: 0 0 15px 15px;
  -webkit-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  -ms-border-radius: 0 0 15px 15px;
  border-top: 1px solid #dcddde;
}
@media screen and (max-width: 767px) {
  .chat-bot-message .chat-bot-container .chat-map-btn {
    margin: 20px -12px -15px -12px;
  }
}
.chat-bot-message .chat-bot-container .chat-map-btn a {
  margin: 0;
}
.chat-bot-message .chat-bot-container table td {
  padding-right: 5px;
  padding-bottom: 3px;
}
.chat-bot-message .chat-bot-container .box {
  text-align: center;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  padding: 13px;
  margin-top: 13px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(15, 15, 15, 0.1);
  -moz-box-shadow: 0px 1px 0px 0px rgba(15, 15, 15, 0.1);
  box-shadow: 0px 1px 0px 0px rgba(15, 15, 15, 0.1);
}
.chat-bot-message .chat-bot-container .box a {
  color: #1d1d1b;
  text-decoration: underline;
}
.chat-bot-message .chat-bot-container .box a:hover {
  text-decoration: none;
}
.chat-bot-message .chat-bot-container .btn {
  margin-top: 15px;
}
.chat-bot-message .chat-bot-container .detail-link {
  padding-top: 15px;
}
.chat-bot-message .chat-bot-container .detail-link a {
  font-size: 1.4rem;
  color: #df0e21;
  position: relative;
  padding-right: 16px;
  border-bottom: 1px solid #df0e21;
}
.chat-bot-message .chat-bot-container .detail-link a:after {
  font-family: 'icomoon';
  content: "\e982";
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 1.1rem;
  margin-top: -5px;
}
.chat-bot-message .chat-bot-container .detail-link a:hover {
  color: #e10514;
}
.chat-bot-message .chat-bot-container .ChoiceSelect a {
  display: block;
  text-align: center;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  padding: 13px;
  margin-top: 10px;
  color: #1d1d1b;
  text-decoration: none;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(15, 15, 15, 0.1);
  -moz-box-shadow: 0px 1px 0px 0px rgba(15, 15, 15, 0.1);
  box-shadow: 0px 1px 0px 0px rgba(15, 15, 15, 0.1);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.chat-bot-message .chat-bot-container .ChoiceSelect a:hover,
.chat-bot-message .chat-bot-container .ChoiceSelect a.selected {
  border-color: #e10514;
  background-color: #e10514;
  color: white;
  -webkit-box-shadow: 0px 1px 0px 0px #ad030f;
  -moz-box-shadow: 0px 1px 0px 0px #ad030f;
  box-shadow: 0px 1px 0px 0px #ad030f;
}
.chat-bot-message .chat-bot-container .ChoiceSelect.disabled a {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
  pointer-events: none;
}
.chat-bot-message .chat-bot-container .cb-form-success {
  width: 100%;
  display: table;
}
.chat-bot-message .chat-bot-container .cb-form-success i {
  color: #70ca0f;
  font-size: 5rem;
  display: table-cell;
}
.chat-bot-message .chat-bot-container .cb-form-success span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
}
.chat-bot-message .chat-bot-container .cb-form-error {
  width: 100%;
  display: table;
}
.chat-bot-message .chat-bot-container .cb-form-error i {
  color: #e10514;
  font-size: 5rem;
  display: table-cell;
}
.chat-bot-message .chat-bot-container .cb-form-error span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
.chat-bot-message .input-message {
  margin: 0px;
  height: 90px;
  border-radius: 0;
  padding: 15px 15px 5px 16px;
}
.chat-bot-message .counter-text {
  position: absolute;
  font-size: 12px;
  opacity: 0.4;
  right: 20px;
  bottom: 15px;
}
.contenteditable-text[placeholder]:empty:before {
  content: attr(placeholder);
  color: #242729;
  opacity: 0.6;
  font-size: 14px;
}
.contenteditable-text[placeholder]:empty:focus:before {
  content: "";
}
.chat-bot-message .input-message input {
  font-size: 14px;
  padding-right: 44px;
}
.chat-bot-message .input-message input:focus {
  box-shadow: none !important;
}
.chat-bot-message .input-message input::-webkit-input-placeholder {
  color: #393937;
}
.chat-bot-message .input-message input::-moz-placeholder {
  color: #393937;
}
.chat-bot-message .input-message input::-ms-input-placeholder {
  color: #393937;
}
.chat-bot-message .input-message input::-moz-placeholder {
  color: #393937;
}
@media screen and (max-width: 767px) {
  .chat-bot-message .input-message input {
    width: 100%;
    padding: 10px 40px 10px 15px;
  }
}
@keyframes ellipsis {
  to {
    width: 22px;
  }
}
@-webkit-keyframes ellipsis {
  to {
    width: 22px;
  }
}
.deaf-btn-outer {
  width: 58px;
  height: 24px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 30px;
  margin-top: 17px;
  float: left;
  background-color: #ffffff;
}
.deaf-btn {
  background: url('../img/deaf-btn.png') no-repeat 0px 0px;
  width: 150px;
  height: 24px;
  margin-left: -32px;
}
.deaf-text {
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  margin-top: 22px;
  margin-left: 10px;
}
.cb-start {
  padding: 75px 45px 0px 52px;
}
.cb-start label {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  display: block;
  margin-bottom: 16px;
}
.cb-start a {
  margin-top: 16px;
}
.cb-start a.start-btn {
   display: block;
    color: #e20414;
    text-align: center;
    font-weight: bold;
}
.cb-start a.cancel-btn {
  display: block;
  background-color: transparent;
  color: #ffffff;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 0;
  border: 2px solid #ffffff;
}
.cb-end {
  padding: 100px 45px 0px 52px;
  display: none;
}
.cb-end span.text {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  display: block;
  margin-bottom: 16px;
  line-height: 32px;
}
.cb-end a.finish-btn {
  display: block;
  background-color: #e20414;
  color: #ffffff;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 0;
  border: 1px solid #e20414;
  margin-bottom: 15px;
}
.cb-end a.cancel-finish-btn {
  display: block;
  background-color: transparent;
  color: #ffffff;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 0;
  border: 2px solid #ffffff;
}
.cb-close {
  padding: 100px 45px 0px 52px;
  display: none;
}
.cb-close span.text {
  font-size: 16px;
  color: black;
  text-align: center;
  display: block;
  margin-bottom: 16px;
  line-height: 32px;
}
.cb-close a.close-cb-btn {
  display: block;
  background-color: #e20414;
  color: #ffffff;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 0;
  border: 1px solid #e20414;
}
.select2-container--open {
  z-index: 9999999999;
}
.chatbot-wrapper {
  position: absolute;
  display: inline-block;
  bottom: 41px;
  /*z-index: 99999999999;*/
  right: 32px;
}
.chatbot-wrapper .notify {
  position: absolute;
  background-color: #f60000;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 7px;
  top: 0px;
  right: 0px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .chat-bot-message .chat-bot-container {
    height: calc(100% - 145px);
  }
  .chat-bot label {
    width: 0%;
    display: none;
  }
  .chatbot-wrapper.loaded .chat-bot {
    bottom: 60px;
    width: 78px;
    position: relative;
    bottom: 0;
    right: 0;
  }
  .chatbot-wrapper {
    bottom: 60px;
  }
  .cb-start {
    padding: 40px 30px 0 30px;
  }
  .cb-end {
    padding: 100px 30px 0 30px;
  }
  .cb-close {
    padding: 100px 30px 0 30px;
    display: none;
  }
}
 .popup{
    width: 100%;
    padding: 30px 40px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 30%;
    border-radius: 8px;
    display: block;
}
.popup h4{
   margin-top: -20px;
}
.popup p{
    font-size: 10px;
    text-align: justify;
    line-height: 15px;
}
/*CHATBOT*/

