
    .ai-search {
        padding: 68px 0;
    }
    .find-me {
        position: relative;
    }
    .find-me textarea.form-control {
    width: 100%;
    border: 1px solid #E2E2E2;
    border-radius: 30px;
    height: 60px;
    padding: 0 15px 0 50px;
    font-size: 18px;
    min-height: 100px;
    padding-top: 17px;
    resize: none;
    }
    .find-me img.find-search {
        position: absolute;
        top: 22px;
        left: 15px;
        width: 28px;
    }
    .find-me .form-arrow {
        width: 34px;
        height: 34px;
        background-color: #00B26B;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 20px;
        top: 12px;
    }
    .ai-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:4px;
    
}
    .form-search-ai h2 {
        font-size: 45px;
        line-height: 55px;
        font-weight: 600;
        font-family: 'Poppins';
        color: #000;
    }
    .user-search>img {
        margin: 0 0 16px 0;
    }
    .find-me textarea.form-control::placeholder {
        font-size: 16px;
        color: #737373;
    }
    .form-search-ai form {
        width: 100%;
    }
    .form-arrow svg {
    z-index: 9999;
}
.summrize {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 25px;
    font-size: 18px;
}
.line-btn-grid {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  gap: 15px;
}
.line-btn-grid .btn-line-green {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #00b26b;
  top: 50%;
  transform: translateY(50%);
}
.line-btn-grid a {
  display: flex;
  align-items: center;
  border: 2px solid #00b26b;
  text-decoration: none;
  background: #fff;
  position: relative;
  color: #000 !important;
  padding: 10px;
  transition: all ease 0.3s;
}
.line-btn-grid a .btn-icon-box {
  width: 45px;
  height: 45px;
  background: #00b26b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.line-btn-grid a span {
  padding: 0 20px;
  font-weight: 600;
  font-size: 21px;
}
body.talent_listing_page section.as-also-seen-on.booking-engine-as {
  border: none;
}
.line-btn-grid a:hover {
  background: #00b26b;
}
.line-btn-grid a:hover span {
  color: #fff;
}
.talent-grid-outer .col-md-3 {
    margin: 0 0 30px 0;
}


.ai-chat-box-container {
  margin: 20px 0 32px 0;
  height: 555px;
  background: #ffffffff;
  padding: 35px;
  overflow-y: auto;
  position: relative;
}

.ai-chat-box-container::after {
    content: "";
    top: -33px;
    left: -35px;
    width: 65px;
    height: 65px;
    transform: rotate(45deg);
    background: #f7f7f7;
    z-index: 1;
    position: absolute;
}
.ai-chat-box.ai-search {
    background: #f7f7f7;
}
.ai-chat-box.ai-search .form-arrow {
    border-radius: inherit;
    width: 43px;
    height: 43px;
    top: 32px;
}
.ai-chat-box.ai-search textarea#search-field {
    border: none;
    border-radius: inherit;
    height: auto;
    line-height: 1;
    min-height: inherit;
    padding: 30px;
}
.voice-over {
    position: absolute;
    right: 80px;
    top: 43px;
}
.ai-chat-box.ai-search textarea#search-field::placeholder {
    color: #000;
}
.ai-right-data {
    width: 100%;
    float: left;
    text-align: right;
}
.ai-chat-right {
    max-width: 550px;
    margin-left: auto;
    text-align: right;
}
.ai-edits-icon ul {
    display: flex;
    width: auto;
    justify-content: end;
    gap: 12px;
    padding: 0;
}
.ai-edits-icon ul li {
    list-style: none;
}
.ai-edits-icon {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}
.ai-chat-right strong {
    width: auto;
}
.msg-img {
    width: 50px;
    height: 50px;
    background: #ddd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}
.msg{display: flex;
    align-items: flex-end;}

.msg-bubble {
    max-width: 450px;
}
.msg-text span {
    color: #fff;
    font-size: 17px;
    line-height: 27px;
    font-family: 'Poppins';
    font-weight: 500;
}
.msg-text {
    padding: 15px;
    position: relative;
    background: #00B26B;
    margin: 0 10px 0 0;
}
.msg-text svg {
position: absolute;
    right: -15px;
    bottom: 0;
}
.msg-text::after {
    position: absolute;
    content: '';
    top: -13px;
    left: -13px;
    width: 26px;
    height: 26px;
    background: #ffffff;
    transform: rotate(45deg);
}
.msg {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-direction: row-reverse;
    align-items: center;
    gap: 15px;
}
.chat-loader{
    display: flex;
    gap: 10px;
    align-items: center;
}
.chat-loader .msg-text.typing {
    display: inline-block;
    font-style: italic;
    color: #777;
    font-size: 14px;
    white-space: nowrap;
}
.display-response{
    padding: 15px;
    position: relative;
    margin: 0 10px 0 0;
    border: 1px solid #ccc
}
.loader-circle {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-logo {
    width: 20px;
    height: 20px;   
}

.loader-ring {
    position: absolute;
    width: 50px;
    height: 50px;
    border: 2px solid #ccc;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 1;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.ai-response-text h1,
.ai-response-text h2,
.ai-response-text h3 {
    font-size: 18px;
    font-weight: bold;
    font-family: inherit;
    margin: 10px 0;
    line-height: 1.4;
}

.ai-response-text ul {
    padding-left: 18px;
    margin-bottom: 12px;
}

.ai-response-text li {
    margin-bottom: 6px;
}

.talent-img-cont-response{
    margin-top: 20px;
}
