<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
    .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: 25px;
    }

    .edit-box {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
    }
    
    .edit-box textarea.form-control {
        width: 100%;
        border: 1px solid #E2E2E2;
        border-radius: 30px;
        height: 60px;
        padding: 15px 100px 15px 20px; /* extra space for buttons on the right */
        font-size: 18px;
        min-height: 100px;
        resize: none;
        margin-bottom: 10px;
        box-sizing: border-box;
    }
    
    /* Position buttons inside the textarea */
    .edit-box .form-arrow,
    .edit-box .form-close {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: #00B26B;
        width: 43px;
        height: 43px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        
    }
    
    /* send button (right edge inside textarea) */
    .edit-box .form-arrow {
        right: 15px;
    }
    
    /* close button (before arrow inside textarea) */
    .edit-box .form-close {
        right: 75px; 
    }
        

    .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&gt;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: 3px solid #00b26b;
  text-decoration: none;
  background: #fff;
  position: relative;
  color: #000 !important;
  padding: 10px 50px 10px 50px;
  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 15px 0;
  background: #ffffffff;
  padding: 35px;
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.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;
    cursor: pointer;
}
.ai-chat-box.ai-search textarea#search-field {
    border: none;
    border-radius: inherit;
    height: auto;
    line-height: 1;
    min-height: inherit;
    padding: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.fixed-textarea .find-me .form-arrow {
    top: 25px;
    right: 30px;
    z-index: 9;
}
.response-header {
    display: flex;
    align-items: center;
    gap: 10px;
}
.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-bubble {
    display: flex;
    max-width: 450px;
    position: relative;
}
.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;
    border-radius: 8px;
}
.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;
    position: relative;
}

/* === New styles for action icons === */
.msg-actions {
    display: none;
    gap: 15px;
    font-size: 14px;
    color: grey;
    cursor: pointer;
}
.msg:hover .msg-actions {
    display: flex; 
    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 .talent-img-cont-response::after {
    position: absolute;
    content: '';
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    background: #f7f7f7;
    transform: rotate(45deg);
}
.display-response .finding-setup {
    position: relative;
}
.display-response .finding-setup::after {
    position: absolute;
    content: '';
    bottom: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    background: #f7f7f7;
    transform: rotate(45deg);
}
.display-response .finding-setup .finding-box {
    background: #00B26B;
}
.display-response .finding-setup .finding-box p {
    color: #fff;
}
.display-response .finding-setup .finding-box svg {
    stroke: #fff;
}
.display-response .col-md-3 {
    position: relative;
    overflow: hidden;
}
.display-response{
    padding: 15px;
    position: relative;
    margin: 0 10px 0 0;
    border: 1px solid #ccc;
    background: #f8f8f8;
}
.display-response::after {
    position: absolute;
    content: '';
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    background: #ffffff;
    transform: rotate(45deg);
    border-right: 1px solid #ccc;
}
.display-response::before {
    position: absolute;
    content: '';
    bottom: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    background: #ffffff;
    transform: rotate(45deg);
    border-left: 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;   
}
.msg-text.typing {
    background: #eaeaea;
}
.msg-text.typing span#typing-message {
    color: #000;
    white-space: normal;
}
.loader-ring {
    position: absolute;
    width: 50px;
    height: 50px;
    border: 4px solid #ccc;
    border-top: 4px solid #00B26B;
    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;
    overflow: hidden;
    position: relative;
}
.display-response .talent-img-cont-response::after {
    position: absolute;
    content: '';
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    background: #f7f7f7;
    transform: rotate(45deg);
}
.ai-response-text a{
    font-size: 17px;
    line-height: 30px;
    color: #00b26b;
    font-weight: 600;
    text-decoration: none;
}

.fixed-textarea .find-me {
    border: none;
    border-radius: inherit;
    height: auto;
    line-height: 1;
    min-height: inherit;
    position: fixed;
    bottom: 20px;
    width: 100%;
    max-width: 1500px;
    z-index: 9;
}

[data-section="TYPED_INTRO_MESSAGE"] span,
  [data-section="TYPED_ANSWER"] span {
      font-size: 17px;
      line-height: 34px;
      font-weight: 400;
      font-family: 'Poppins', sans-serif;
  }

  .ai-subtitle {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.ai-subtitle p {
    text-align: center;
    font-size: 15px;
}


    .disclaimer {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .disclaimer p {
        text-align: center;
        font-size: 12px;
    }


  /* Responsive */

  @media (max-width:1599px) {
    .row &gt; * {
        padding: 0px 10px;
    }
  }
  @media (max-width:1440px) {
    .row &gt; * {
        padding: 0px 16px;
    }
  }
  @media (max-width:1275px) {
    .row &gt; * {
        padding: 0px 11px;
    }
  }
  @media (max-width:1225px) {
    .row &gt; * {
        padding: 0px 8px;
    }
  }

  @media (max-width: 1199px) {
    .display-response .col-md-3 {
      width: 50%;
      float: left;
    }
  }

  @media (max-width: 991px) {
    .display-response .col-md-3 {
      width: 50%;
    }
  }
  @media (max-width: 767px) {
    .display-response .col-md-3 {
      width: 100%;
    }
    .ai-chat-box-container .finding-setup &gt; p{
        min-height: 100px;
    }
  }

  .talent-details {
    color: white;
  }</pre></body></html>