body{
    background: #fff;
}
.search_layer_box_btn.blue_btn {
    background: #fff;
}

.form-control {
    display: block;
    width: 100%;
    /* height: calc(1.5em + 0.75rem + 2px); */
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Container */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  
  /* Row */
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  
  .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  
  .col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  
  .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  
  .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  
  .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  
  .col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  
  .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  
  .col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  
  .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  
  .col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  
  .col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  
  .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

.app-container {
  /* display: flex;
  flex-direction: column; */
  height: 100%;
  background: #fff !important;
}

.page-container {
  flex-grow: 1; /* This makes the section expand to fill remaining space */
  /* overflow-y: auto; Enable scrolling within the section if content overflows */
  padding: 3% 10%;
  overflow: hidden;
}

.return-doc button, .return-doc a {
    width: 100% !important;
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    padding: 10px 16px;
    background: #fff;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.return-doc button img, .return-doc a img{
  width: 20px;
}

.new-chat-btn button, 
.new-chat-btn a{
    width: 100%;
    border-radius: 20px;
    border: 1px solid #2F60D5;
    padding: 10px 16px;
    background: #2F60D5;
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}


.content-container {
  display: flex;
  /* margin-top: 100px;
  margin-bottom: 40px; */
  /* height: 600px; */
}

.chat-history-container {
  /* max-height: 600px; */
  height: 74vh;
  /* overflow-y: auto; */
  /* background-color: #f4f7fb;
  border: 1px solid #f4f7fb; */
  margin-bottom: 40px;
}

.chat-container {
    /* max-height: 600px; */
  height: 74vh;
  /* overflow-y: auto; */
  /* border: 1px solid #f4f7fb;
  background-color: #f4f7fb; */
 
  position: relative;
}


.chat-window {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    overflow: hidden;
}
/*
.chat-box {
  flex-grow: 1;
  background-color: transparent;
  padding: 25px 23px;
  /* max-height: calc(100vh - 100px); 
  overflow-y: auto;
  height: 400px;
}
*/

.chat-message {
  /* padding: 10px; */
  margin-bottom: 25px;
  /* border-radius: 5px; */
}

.example-question {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 20px;
}
.example-question p {
  border-radius: 10px;
  background: #F4F7FB;
  padding: 16px 20px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; 
  border: 1px solid #D5DFF7;
  font-size: 14px;
}



@media (max-width: 767px) {
  .example-question {
      grid-template-columns: 1fr;
  }
}
/*
.user-msg {
    text-align: right;
    color: #fff;
    max-width: 75%;
    margin-left: auto;
}
.user-msg p {
    background: #2F60D5;
    display: inline-block;
    padding: 10px;
    border-radius: 20px 20px 0px 20px;
    line-height: 1.6;
    text-align: left;

}

.bot-msg {
    max-width: 75%;
    margin-right: auto;
  text-align: left;
  color: #000;
}


.bot-msg p {
    background: #F4F7FB;
    display: inline-block;
    padding: 10px;
    border-radius: 0px 20px 20px 20px;
    line-height: 1.6;
    text-align: left;

}
*/
.message {
  position: relative;
}

.options {
  position: absolute;
  top: 6px;
  right: -130px;
/*  display: none;*/
  font-size: 15px;
}

.options-list {
  list-style-type: none;
  padding: 0;
}

.option {
  cursor: pointer;
  padding: 5px 0;
  color: #007bff;
  display: contents;
}
.option i {
  width: 20px;
  font-size: 14px;
  color: #007bff;
}
.options.active {
  display: block;
  top: 34px;
  right: -150px;
  background: #f4f7fb;
  padding: 14px 10px;
  border-radius: 7px;
}

  /* .three-dots {
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    color: #000;
    position: absolute;
    right: -44px;
    top: 0px;
} */
.three-dots {
  cursor: pointer;
  position: absolute;
  right: -44px;
  top: 15px;
}

.three-dots svg {
  width: 25px;
  height: 25px;
  fill: #007bff;
}


@keyframes typingAnimation {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

.typing-message {
  margin: 0 20px;
  /* animation: typingAnimation 0.6s infinite; */
}

.input-container {
  display: flex;
  align-items: center;
  position: relative;
  /* padding-bottom: 30px; */
  margin-top: 20px;
}

div#character-count {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 20px;
}

.chatbox-input {
  padding: 20px 60px 20px 20px;
  font-size: 16px;
  transition: border-color 0.3s;
  border: none;
  /* border-radius: 20px; */
  background: #F4F7FB;
  resize: none;
  overflow: hidden;
  /* min-height: 50px; */
  width: 100%;
  box-sizing: border-box;
}

.chatbox-input:focus {
  outline: none;
  border-color: #007bff;
}
/*
.chat-send-btn {
  padding: 10px 20px;
  background: none;
  color: #007bff;
  border: none;
  border-radius: 5px; 
  font-size: 28px;
  cursor: pointer;
   transition: background-color 0.3s; 
  position: absolute;
  right: 5px;
}*/

.chat-send-btn:hover {
  /* background-color: #0056b3; */
}

button.chat-send-btn {
    position: absolute;
    right: 15px;
    top: 22px;
}

h2.chat-history-heading {
    color: rgb(15, 106, 215);
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0px;
}
.selected-chat {
    /* opacity: 0.2; */
    background-color: #2f60d538 !important; /* Change this to the desired highlight color */
    /* color: #fff; */
  }
.recent-chats {
  /*border-radius: 20px;*/
  background: #F4F7FB;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  /* border: 1px solid #ccc; */
  padding: 12px;
  /*border-radius: 10px;*/
  cursor: pointer;
  z-index: 10;
  position: relative;
  line-height: 1.5;
  gap: 15px;
border: 1px solid #D5DFF7;
color: #000;
}

.recent-chats p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/* Scrollbar css  */

.scroll{
    overflow-y: auto;
  height: 50vh;

}

.scroll-section::-webkit-scrollbar {
  width: 6px;
}

.scroll-section:hover::-webkit-scrollbar {
    width: 6px;
  }
  
  .scroll-section:hover::-webkit-scrollbar-track {
    background: #f4f7fb;
  }
  
  .scroll-section:hover::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  .scroll-section:hover::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
/* Handle on hover */
.scroll-section::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* Handle on hover */
.scroll-section::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Responsive Classes */
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
      }
      .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
      }
      .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
      }
      .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
      }
      .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
      }
      .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }
      .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
      }
      .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }
      .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
      }
      .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
      }
      .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
      }
      .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
      }
      .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
      }
      .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* .app-container {
    height: 100%;
  } */

  .chat-send-btn {
    position: initial;
    right: 5px;
  }

  /* .chat-history-container {
    margin: 20px 0;
  } */

  /* .chat-container {
    margin: 20px 0;
  } */
  .content-container {
    display: flex;
    /* margin-top: 45px;
    margin-bottom: 40px; */
    /* height: 80%; */
  }
  .container {
    max-width: 720px;
  }
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
      }
      .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
      }
      .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
      }
      .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
      }
      .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
      }
      .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }
      .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
      }
      .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }
      .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
      }
      .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
      }
      .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
      }
      .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
      }
      .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
      }
      .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }
    .container {
        max-width: 960px;
    }
   
    /* .chat-container {
      height: 100%;
      position: relative;
    }
      
      .chat-history-container {
        height: 100%;
        overflow-y: auto;
      } */
   
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
      }
      .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
      }
      .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
      }
      .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
      }
      .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
      }
      .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }
      .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
      }
      .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }
      .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
      }
      .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
      }
      .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
      }
      .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
      }
      .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
      }
      .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }
  .container {
    max-width: 1140px;
  }
}



/* Chatbot main screen css  */

.chat-main-banner {
    position: relative;
    text-align: center;
    color: #fff;
    min-height: 300px; /* Set a minimum height */
    height: 90vh; /* Subtract any fixed elements like navbars */
    overflow: hidden;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, #04A0EB, #072772);
    /* filter: brightness(0.6); */
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.card {
    border-radius: 30px;
    background: #FFF;
    padding: 80px 30px;
    margin: 10px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    max-height: 100%;
    box-sizing: border-box;
}

.chatbot-cards{
    text-align: center;
}

.chatbot-cards h2 {
    font-size: 36px;
    font-weight: 400;
    margin: 0px;
    color: #000;
}

.chatbot-cards h5 {
    font-size: 20px;
    font-weight: 700;
    margin: 0px;
    color: #464C51;
    margin-top: 18px;
}

.chatbot-cards p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 8px;
}

.arrow-btn {
    margin-top: 20px;
}
.arrow-btn i {
    color: #000;
    font-size: 20px;
    cursor: pointer;
}


/* Existing CSS remains the same */

.chatmain-heading {
    margin-bottom: 40px;
}

.chatmain-heading h1 {
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}

.chatmain-heading p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .banner {
        height: auto;
        min-height: 1000px; /* Adjust as needed */
    }
}



/* Chatbot Listing CSS  */


.listing-banner {
    background-image: linear-gradient(to right, #04A0EB, #072772);
    background-position: center;
    background-size: cover;
    height: 300px;
    position: relative;
}

.searchbar {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 30%;
    text-align: center;
}
.banner-heading h1 {
    font-size: 32px;
    color: #fff;
    font-weight: 400;
}
.input-group {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

.searchbar input {
    border: none;
    height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #fff;
    border-radius: 5px !important;
}

.search-btn {
    position: absolute!important;
    right: 10px;
    top: 20px;
    z-index: 100!important;
    background: none;
    border: none;
}

.search-btn i {
    font-size: 20px;
    color: #525252;
}

.search-input {
    width: 300px;
    height: 30px;
    font-size: 16px;
}
.btn-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.listing-heading h2 {
    font-size: 28px;
    color: #000;
}

.search-pdf-wrapper {
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.search-pdf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 50%;
}
.search-pdf input {
  border-radius: 8px;
  background: #F4F7FB;
  border: 1px solid #ddd !important;
  font-size: 16px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1) !important;
  transition: box-shadow 0.3s ease-in-out !important;
  color: #777 !important;
}
.search-pdf input::placeholder {
  color: #777 !important;
}  
@media (max-width: 768px) {
  .search-pdf {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    flex-direction: column;
    margin-top: 20px;
}
}

button.pdf-btn {
  border: none;
  color: #fff;
  background: #2F60D5;
  padding: 12px 30px !important;
  border-radius: 30px !important;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 14px;
}

button.pdf-btn img {
  width: 18px;
}

.backpdf-btn a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2F60D5;
  font-size: 24px;
}
.backpdf-btn a img {
  width: 18px;
}
.table-section {
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    padding: 25px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

tr {
  border-bottom: 1px solid #DDD;
}

th, td {
  padding: 15px 10px;
  text-align: left;
  border: none;
}

tr:not(:nth-child(1)):hover {
  background-color: #2f60d538 !important;
}

td.action-pdf {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
}

td.action-pdf .action-border i {
    font-size: 14px;
    color: #000;
}
td.action-pdf .action-border i:hover {
  color: #2f60d5;
}
td.action-pdf .action-border {
    /* border: 1px solid #2f60d5;
    padding: 3px 7px;
    border-radius: 6px; */
    cursor: pointer;
}

@media (max-width: 992px) {
  table {
      white-space: nowrap;
  }
}

/* Popup CSS  */

.modal-heading {
  text-align: center;
}

.modal-heading img {
  width: 56px;
}

.modal-heading h4 {
  color: #0061D5;
    font-size: 22px;
    margin-top: 13px;
    font-weight: 500;
    margin-bottom: 13px;
}

.modal-heading p {
  color: #000;
  text-align: center;
  font-size: 15px;
  line-height: 1.4;
}

.popup {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    padding-top: 60px;
}
.popup-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 45px 28px;
  border: 1px solid #888;
  /* width: 50%; */
  max-width: 400px;
  position: relative;
  border-radius: 30px;
}
.popup-content label {
  font-weight: 400;
  font-size: 15px;
  color: #000;
}
/*
.close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 10px;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
*/    

.other-field {
    display: none;
    margin-top: 15px;

}

.category-select {
  position: relative;
  margin-top: 28px;
}

.category-select select, .other-field input {
  border-radius: 8px;
  background: #DADADA !important;
  margin-top: 8px;
  border: none;
  height: 40px;
}

.dropdown-icon {
    position: absolute;
    top: 48px;
    right: 20px;
    transform: translateY(-50%);
}

.pdf-upload {
    margin-top: 15px;
}

.pdf-upload input {
    margin-top: 8px;
    cursor: pointer;
}
.custom-file-input-chatbot::-webkit-file-upload-button {
    border: 1px solid #DADADA;
    padding: 12px 20px;
    font-size: 15px !important;
    border-radius: 20px;
    cursor: pointer;
    background: #DADADA;
}


button.pdf-save {
  color: #fff;
  background: #2F60D5;
  padding: 14px 22px !important;
  border: none;
  border-radius: 30px !important;
  width: 100%;
  font-size: 14px;
}

button.pdf-cancel {
        color: #000;
        background: #fff;
        padding: 8px 22px !important;
        border-radius: 30px !important;
        border: none;
        box-shadow: 0px 0px 6px #ccc;
}

.move-up {
    transition: transform 0.4s ease;
}

.move-up:hover {
    transform: translateY(-2px);
}


/* Pagination CSS  */

.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  border-radius: 10px;
  gap: 10px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.pagination li {
  margin: 0;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: #F4F7FB;
}

.pagination li.active {
  background: #2F60D5;
  border-radius: 10px;
  color: #fff;
}

.pagination li:not(.active):hover {
  background: #2f60d538 !important;
  cursor: pointer;
}

@media screen and (min-width:1024px) and (max-width:1170px){
	
	header .header-container ul li a {
    padding-left: 5px;
    padding-right: 5px;
		    font-size: 12px;
}
	
	header .header-container ul li.ai-button{
		    width: 160px !important;
    height: 60px !important;
	}
	header .header-container ul li.register{
		padding-left:85px;
	}
	header .header-container ul li.register.has-dropdown::before{
		font-size:12px;
		left:14px;
	}
	
}

@media screen and (min-width:250px) and (max-width:767px){    
  .chat-history-container{
  height:auto;
  }
  .scroll {
      overflow-y: auto;
      height: auto;
  }
  .chat-window{
  height:80%;
  }
  .chat-history-container{
  height:auto;
  }
}


