@font-face {
  font-family: 'GBook';
  src: url('../fonts/GBook.eot');
  src: url('../fonts/GBook.eot') format('embedded-opentype'),
       url('../fonts/GBook.woff2') format('woff2'),
       url('../fonts/GBook.woff') format('woff'),
       url('../fonts/GBook.ttf') format('truetype'),
       url('../fonts/GBook.svg#GBook') format('svg');
  
}

@font-face {
  font-family: 'GMedium';
  src: url('../fonts/GMedium.eot');
  src: url('../fonts/GMedium.eot') format('embedded-opentype'),
       url('../fonts/GMedium.woff2') format('woff2'),
       url('../fonts/GMedium.woff') format('woff'),
       url('../fonts/GMedium.ttf') format('truetype'),
       url('../fonts/GMedium.svg#GMedium') format('svg');
 
}

body{
  font-family: 'GBook';
  background-color: white !important;
  height: calc(100dvh - 16px);
}

.chat-avatar {
  width: 50px;
  height: 50px;
  margin-right: 7px;
}
.endbtn-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 300ms;
  font-family: 'GMedium';
  font-size: 12px;
  width: 98px;
  height: 32px;
  border: 1px solid #ECEEF1;
  background-color: white;
  box-shadow: rgba(47, 32, 139, 0.04) 0px 4px 12px 0;
  border-radius: 8px;
  color: #1B1F24;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  display: none;
  position: relative;
  cursor: pointer;
}
.endbtn-btn img{
  margin-right: 5px;
}

  .da-ui{
    width: 100%;
    height: 100%;
    border: 1px solid #ECEEF1;
    box-shadow: rgba(47, 32, 139, 0.04) 0px 4px 12px 0;
    border-radius: 18px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
  
  @media (min-width: 576px) {
    .da-ui{
        max-width: 540px;
    }
  }
  @media (min-width: 768px) {
    .da-ui{
        max-width: 720px;
    }
}
  @media (min-width: 992px) {
    .da-ui{
      max-height: 770px;
      position: relative;
      top: 50%;
      transform: translateY(-50%);
    }
  }

  .da-chat-wrapper{
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .da-company-logo-wrapper{
    display: none;
  }

  .header-bg{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .da-company-logo{
    height: 40px;
    max-width: 100%;
  }

  
  .da-chat-area{
    width: calc(100% - 32px);
    height: calc(100% - 148px);
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 0 15px;
    position: relative;
  }
  
  .da-video-area{
    position: relative;
    width: calc(100% - 32px);
    margin: 0;
    height: 102px;
    display: flex;
    align-items: center;
    padding: 16px;
  }

  
  .da-avatar-video{
    display: none;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 8px;
  }

  .da-start-call{
    width: 123px;
    height: 40px;
    padding: 0;
    right: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #64B244;
    position: absolute;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    font-family: 'GMedium';
    z-index: 5;
    text-decoration: none;
    color: white;
    cursor: pointer;
    transition: background-color 300ms;
    overflow: hidden;
    border: none;
  }
  .da-start-call:hover{
    background-color: #64B244;
  }

.da-start-call-close {
    width: 123px;
    height: 40px;
    padding: 0;
    right: 44px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #B24444;
    position: absolute;
    border-radius: 10px;
    font-size: 12px;
    color: white;
    font-family: 'GMedium';
    cursor: pointer;
    transition: background-color 300ms;
    border: none;
}
.da-start-call-close:hover {
  background-color: #B24444;
}

  #da-start-call-phoneimg {
    padding-right: 7px;
}

.da-call-text {
    margin: 5px;
    text-decoration: none;
}

#question {
  width: 100%;
  height: 46px;
  border-radius: 14px;
  border: 1px solid #ECEEF1;
  padding: 0 50px 0 18px;
  font-style: normal;
  color: #1B1F24;
  box-shadow: rgba(47, 32, 139, 0.15) 0px 4px 12px 0;
  transition: box-shadow 0.1s ease-in-out;
  appearance: none;
  resize: none;
  zoom: 0;
}

#question:focus {
  border-color: #2F208B;
  outline: none;
  box-shadow: none;
}

.ready-messages-container{
  display: flex;
  justify-content: flex-start;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: 10px;
  z-index: 123412;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(3 3 3) 0%, rgb(3 3 3) 95%, rgba(0, 0, 0, 0) 99%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(3 3 3) 0%, rgb(3 3 3) 95%, rgba(0, 0, 0, 0) 99%);
}
    

#da-popup-textboxarea {
  position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#da-bottom {
  width: calc(100% - 32px);
    border: none;
    padding-top: 0;
    position: absolute;
    bottom: 16px;
}

.text-animation {
    width: 30px;
    padding: 0;
    margin: 0;
}

.textbold {
  font-weight: 900;
  list-style-type: disc;
  color: white;
}

#message_container {
    height: 100%;
}

#messages {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    -ms-overflow-style: none;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#da-logo{
  max-height: 60px;
}

#da-middle {
  width: 100%;
  border: none;
  height: calc(100% - 112px);
}

#da-popup-footer {
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#da-popup-powered-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

.powered-text {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 13px;
  font-weight: 500;
  color: #5E5E5E;
  text-decoration: none;
  margin-right: 6px;
  margin-top: 2px;
  letter-spacing: 0.04em;
}

#da-popup-povered-img {
  width: 80px;
}

#send{
  position: absolute;
    background: transparent;
    border: none;
    right: 10px;
    z-index: 2;
}

.header-bg-mobil{
  display: none;
}

.sticky-btn-wrapper{
  position: fixed;
  z-index: 999999;
  right: 15px;
  bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.btn-sticky-purple{
  border: 1px solid #E2DEFF;
  background-color: #FCFBFF;
  height: 44px;
  padding: 10px 16px;
  box-shadow: rgba(47, 32, 139, 0.15) 0px 4px 12px 0;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #2F208B;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  cursor: pointer;
}
.btn-sticky-red{
  border: 1px solid #FCD2AA;
  background-color: #FCFBFF;
  height: 44px;
  padding: 10px 16px;
  box-shadow: rgba(47, 32, 139, 0.15) 0px 4px 12px 0;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #C2421E;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  cursor: pointer;
}
.icon-sticky{
  margin-right: 8px;
}
.lightbox-trigger {
  display: block;
  width: 100%;
  cursor: pointer;
  transition: transform 0.3s;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  margin-top: 10px;
  margin-bottom: 10px;
}

.lightbox-trigger:hover {
  transform: scale(1.02);
}

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.lightbox-content {
  max-width: 90%;
  max-height: 90%;
}

.lightbox-img {
  max-width: 100%;
  max-height: 90vh;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

.lightbox-2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.booking-wrapper{
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 600px;
  width: 85%;
  border-radius: 16px;
  background-color: white;
  padding: 14px;
  box-shadow: 0px 4px 8px 0px #2F208B0A;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.booking-head{
  background-image: url("https://ui.davision.ai/legends/assets/image/bg-booking-head.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 16px;
  color: #1B1F24;
  font-family: 'GMedium';
  width: 100%;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.booking-desc{
  font-family: 'GMedium';
  font-size: 12px;
  color: #4A5461;
  margin-top: 0;
  margin-bottom: 14px;
}
.booking-radios{
  width: 100%;
}

.booking-radios .btn-radio{
  cursor: pointer;
}

.booking-radios .btn-radio .form-check-label {
  font-family: 'GMedium';
  font-size: 14px;
  font-weight: 500;
    color: #2F208B;
    border-radius: 62px;
    border: 1px solid #E2DEFF;
    height: 33px;
    width: 100%;
    position: relative;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    box-shadow: 0px 4px 8px 0px #2F208B0A;
}

.booking-radios > .btn-radio input[type="radio"] {
  width: 0;
  height: 0;
  opacity: 0; /* Görünmez ama tıklanabilir */
  position: absolute;
}
.booking-radios > .btn-radio input[type="radio"], .booking-radios > .btn-radio input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.booking-radios .btn-radio.active .form-check-label{
  border: 1px solid #2F208B;
  background-color: #F4F2FF;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
}
.btn-booking-approve{
  width: 200px;
  height: 40px;
  background-color: #64B244;
  box-shadow: 0px 4px 12px 0px #2F208B26;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'GMedium';
  font-size: 14px;
  font-weight: 500;
  color: white;
  border: none;
  cursor: pointer;
}

.btn-booking-approve:disabled{
  background-color: #d3d6db !important;
}

.btn-booking-approve img{
  margin-right: 10px;
}

.btn-sticky-chat{
  border: 1px solid #AA9FF0;
  background: linear-gradient(180deg, rgba(226,222,255,1) 0%, rgba(255,236,232,1) 100%);
  height: 60px;
  padding: 10px 16px 10px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  box-shadow: rgba(47, 32, 139, 0.15) 0px 4px 12px 0;
}
.btn-sticky-chat-text{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.lets-chat{
  font-size: 16px;
  font-weight: 500;
  color: #0C0539;
}
.online-offline{
  font-size: 12px;
  color: #255711;
  font-weight: 500;
}

.da-avatar-area{
  background-color: #F8F9F9;
}
.btn-hotel-booking{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 32px);
  padding: 0 15px;
  height: 28px;
  padding-bottom: 15px;
  text-decoration: none;
  background-color: #F8F9F9;
  margin-bottom: 10px;
}
.hotel-booking-content{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  font-family: 'GMedium';
  color: #4A5461;
  text-decoration: none;
}
.hotel-booking-content img{
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  body{
    height: 100dvh;
    margin: 0;
    box-shadow: none;
  }
  .sticky-btn-wrapper{
    display: none;
  }
  .header-bg-mobil{
    display: block;
    max-width: 100%;
    height: auto;
  }
  .header-bg{
    display: none;
  }
  .da-ui{
    flex-direction: column;
    overflow: hidden;
    box-shadow: none;
    border: none;
    min-height: 100dvh;
  }
  .da-chat-wrapper{
    flex-direction: column;
    height: 100dvh;
    overflow: hidden;
  }
  #da-bottom {
    width: calc(100% - 32px);
    border: none;
    padding-top: 0;
    position: absolute;
    bottom: 16px;
  }
  .da-avatar-area{
    width: calc(100% - 32px);
    padding: 16px;
  }
  .da-video-area{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .da-chat-area{
    width: calc(100% - 32px);
        align-content: space-between;
        height: calc(100% - 154px);
        overflow: auto;
        padding-left: 16px;
        padding-right: 16px;
  }
  .da-company-logo-wrapper{
    display: none;
  }
  #da-popup-powered-btn{
    margin-bottom: 0;
  }
  #messages{
    height: 100%;
  }
  .da-start-call{
    width: 103px;
    right: 20px;
  }
  .da-start-call-close{
    width: 103px;
    right: 20px;
  }
}