.s-sidebar__nav {
  position: fixed;
  top: 0;
  left: -20em;
  overflow: hidden;
  transition: all 0.3s ease-in;
  width: 300px;
  height: 100%;
  background: #232e4c;
  color: rgba(255, 255, 255, 0.7);
  overflow-y: auto;
  z-index: 999 !important;
}
#modalLoader {
  position: relative;
  z-index: 10;
}

.new-chat {
  color: white;
  border: 1px solid;
  text-align: left;
  margin: 10px 0px;
  padding: 12px 20px !important;
  border: 1px solid gray;
  position: relative;
}

.new-chat:hover {
  color: white;
  font-weight: 600;
  border: 1px solid;
  text-align: left;
  margin: 10px 0px;
  padding: 12px 20px !important;
  border: 1px solid rgb(162, 150, 150);
}

.sidebar a,
.s-sidebar__nav a {
  display: block;
  color: rgb(247, 247, 247);
  padding: 10px 10px;
  text-decoration: none;
}

.header_inner_div {
  margin-left: 300px;
  color: white;
}

.top-select {
  margin: 0px auto;
  width: 400px !important;
}

.msg-sec {
  width: 35%;
  display: inline-block;
}

.bottom-msg-sec {
  position: fixed;
  bottom: 0px;
  background-color: #1e2744;
  width: 100%;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 300px;
  left: 0px;
}

.bottom-msg-sec .btn {
  position: relative;
  top: -15px;
}

.sidebar-bottom {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 300px;
  background-color: #1e2744;
  border-top: 1px solid #5f5f5f;
}

.sidebar-bottom i {
  font-size: 20px;
}

.btn-dark-blue {
  background-color: #2f3d6a;
  color: white;
}

.fa-plus {
  border: 1px solid #2f3c6d !important;
  padding: 4px !important;
  position: absolute !important;
  right: 16px !important;
  border-radius: 4px !important;
  background-color: #2f3c6d !important;
  color: white;
}

.fa-robot {
  border: 1px solid #2f3c6d !important;
  padding: 4px !important;
  position: absolute !important;
  right: 16px !important;
  border-radius: 4px !important;
  background-color: #2f3c6d !important;
  color: white;
}

.day-title {
  color: #eeeeff;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 20px;
}

.old-msg-sec i {
  border: 1px solid #2f3c6d;
  padding: 6px;
  /* position: absolute; */
  /* right: 16px; */
  border-radius: 4px;
  background-color: #2f3c6d;
  color: white;
  margin-right: 10px;
  font-size: 22px;
}

.msg-del i {
  font-size: 20px;
}

.bottom-copyright-sec {
  padding: 0px;
  margin-left: 20%;
}

.old-msg-con {
  color: #fefeff !important;
  font-size: 16px;
  padding: 0px;
}

.main-topic-list:hover .msg-del {
  display: block !important;
  position: absolute;
  top: 0px;
  padding: 0px 0px 0px 20px;
  height: 100%;
  right: 0px;
  background: rgba(222, 223, 227, 0);
  background: linear-gradient(280deg, rgba(30, 39, 68, 1) 0%, rgba(30, 39, 68, 0.4738270308123249) 100%);
}

#main {
  transition: 0.5s;
  /* If you want a transition effect */
  /* padding: 20px; */
}

.plus-icon {
  position: absolute !important;
  top: 7px !important;
}

.fa-robot {
  position: absolute !important;
  top: 7px !important;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #4d6276;
  border-radius: 10px;
}

.s-sidebar__nav li i {
  padding: 6px;
  border-radius: 4px;
  background-color: #2f3c6d;
  color: white;
  margin-right: 0px;
  font-size: 16px;
}

.s-sidebar__nav li i:hover {
  z-index: 200;
  transform: scale(1.04);

}

.s-layout__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

/* Sidebar */
.s-sidebar__trigger {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  height: 4em;
  background: #192b3c;
  text-decoration: none;
  z-index: 9999999 !important;
}

.s-sidebar__trigger>i {
  display: inline-block;
  color: #ffffff;
}

.s-sidebar__nav {
  position: fixed;
  top: 0;
  left: -20em;
  overflow: hidden;
  transition: all 0.3s ease-in;
  width: 300px;
  height: 100%;
  background: #232e4c;
  color: rgba(255, 255, 255, 0.7);
  overflow-y: auto;
  z-index: 999;
}

.s-sidebar__nav:hover,
.s-sidebar__nav:focus,
.s-sidebar__trigger:focus+.s-sidebar__nav,
.s-sidebar__trigger:hover+.s-sidebar__nav {
  left: 0;
  z-index: 99;
}

.s-sidebar__nav ul {
  position: absolute;
  /* top: 4em; */
  left: 0;
  margin: 0;
  padding: 0;
  padding-bottom: 50px;
  /* width: 15em; */
}

.s-sidebar__nav ul li {
  width: 100%;
  padding: 0px 10px;
}

.new-chat li {
  padding: 0px 0px !important;
}

.new-chat li a {
  padding: 10px 10px !important;
}

.s-sidebar__nav-link {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 4em;
}

.s-sidebar__nav-link em {
  position: absolute;
  top: 50%;
  left: 4em;
  transform: translateY(-50%);
}

.s-sidebar__nav-link:hover {
  background: #4d6276;
}

.s-sidebar__nav-link>i {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 4em;
  height: 4em;
}

.s-sidebar__nav-link>i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Mobile First */
@media (min-width: 768px) {
  .s-sidebar__nav {
    height: calc(100vh - 55px);
  }

  .s-sidebar__nav {
    width: 300px;
    left: 0;
  }

  .s-sidebar__trigger {
    display: none;
  }

  .s-sidebar__nav ul {
    position: absolute;
    /* top: 4em; */
    left: 0;
    margin: 0;
    padding: 0;
    padding-bottom: 50px;
    /* width: 15em; */
  }
}

@media (min-width: 68em) {
  .s-layout__content {
    margin-left: 15em;
  }

  /* Sidebar */
  .s-sidebar__trigger {
    display: none;
  }

  .s-sidebar__nav {
    width: 300px;
  }

  .s-sidebar__nav ul {
    top: 1.3em;
  }
}

@media (max-width: 767px) {
  .sidebar-bottom {
    /* display: none; */
    position: fixed;
    left: -50px;
    bottom: 0px;
    width: 0px;
    transition: all 0.3s ease-in;
  }

  .modal-name-sec {
    display: none;
  }


  .s-sidebar__nav {
    z-index: 99999999 !important;
  }

  .s-sidebar__nav ul {
    top: 0px;
    position: absolute;
    left: 0;
    padding-top: 70px !important;
    height: calc(100vh - 72px);
    margin: 0;
    bottom: 0px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0;
    padding-bottom: 50px;
    z-index: 999;
  }

  .header_inner_div {
    margin-left: 0px;
    margin-top: 0px;
  }

  .bottom-msg-sec {
    position: fixed;
    width: 100%;
    bottom: 0px;
    padding: 0px 10px;
  }

  .msg-sec {
    width: 100%;
    /* margin: 0px 10px; */
  }

  .bottom-msg-sec .btn {
    position: relative;
    top: 0px;
  }
}

.user-img i {
  /* width: 20%; */
  border: 1px solid white;
  border-radius: 50%;
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.user-msg {
  width: 80%;
  background-color: #2f3d6a;
  float: left;
  list-style: none;
  text-align: left;
  margin: 0px 10px;
  padding: 15px;
  border-radius: 1px 20px 20px 20px;
  font-size: 15px;
}

.user-sec-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}


.user-sec-ul li:hover,
.ai-sec-ul li:hover {
  background-color: #006287 !important;
  color: white !important;
}

.user-sec-ul li {
  float: left;
  list-style: none;
  text-align: left;
  margin: 0px 10px;
}

.ai-msg-sec {
  position: relative;
  text-align: right;
  margin-bottom: 5px;
}

.welcome-message,
.responsive-video {
  margin-left: 6%;
}

.ai-msg-content {
  /* border: 1px solid #09b6a3; */
  color: #000 !important;
  background-color: #f9faff !important;
  padding: 15px !important;
  border-radius: 10px;
  margin-left: 20px;
  display: inline-block;
  width: 80%;
  margin: 10px 44px 40px 0px;
  color: #b3bed7;
  font-size: 18px;
  text-align: left;
  position: relative;
  border-radius: 15px 0px 15px 15px;
}

.ai-msg-sec .ai-sec-ul li {
  float: left;
  list-style: none;
  color: #405997;
  margin: 0px 5px;
  font-size: 15px;
  background: white;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  padding: 4px;
  top: 7px;
  position: relative;
}

.ai-msg-sec .ai-sec-ul {
  width: 100%;
  position: absolute;
  left: 0px;
  padding: 0px;
  bottom: -45px;
  left: 5px;
  visibility: hidden;
}

.ai-img {
  /* border: 1px solid #ffffff; */
  width: 37px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 0px;
  padding: 3px;
}

.user-msg-sec {
  position: relative;
  margin-bottom: 5px;
  text-align: left;
}

.user-img {
  border: 1px solid #ffffff;

  border-radius: 50%;
  display: inline-block;
  position: absolute;
  color: #192b3c;
  top: 7px;
  background-color: white;
  /* width: 20px; */
  /* font-size: 35px; */
  /* left: 10px; */
  /* padding: 2px; */
}

.user-msg-content {
  color: #000;
  background-color: #acc0f5;
  padding: 15px !important;

  margin-right: 20px;
  display: inline-block;
  width: 80%;
  margin: 10px 0px 40px 44px;
  font-size: 18px;
  border-radius: 0px 15px 15px 15px;
  position: relative;
  text-align: left;
}

.user-msg-sec .user-sec-ul {
  color: #7c91be;
  position: absolute;
  bottom: -27px;
  text-align: left;
  right: 5px;
  width: 100%;
  padding: 0px;
  visibility: hidden;
}

.user-msg-sec .user-sec-ul li {
  float: right;
  list-style: none;
  color: #405997;
  margin: -1px 5px;
  font-size: 15px;
  background: white;
  padding: 4px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  position: relative;
  top: 6px;
}
.tooltiptext {
  visibility: visible;
  position: absolute;
  width: 80px;
  background-color: #438efb;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  padding: 5px 0;
  border-radius: 6px;
  z-index: 1;
  opacity: 0;
  transition: opacity .6s;
  top: -40px;
  right: -24px;
}

.tooltip-top::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #438efb transparent transparent transparent;
}

.chat_body {
  padding: 0% 5%;
  padding-bottom: 120px;
}

.user-menu-sec {
  position: absolute;
  right: -18px;
  top: 0px;
}

.ai-menu-sec {
  position: absolute;
  left: -18px;
  top: 0px;
}

.user-menu-sec .d-toggle,
.ai-menu-sec .d-toggle {
  background: transparent;
  border: none;
}

.user-menu-sec .d-toggle i,
.ai-menu-sec .d-toggle i {
  color: #90a2d0;
}

.text-sm {
  font-size: 12px;
}

.chat_body,
.modal-title {
  color: #1e2744;
}

.promptViewDiv1 {
  color: #23272b;
}

.modal-body {
  color: #23272b;
}

.send_button:disabled,
button[disabled] {
  border: 1px solid #0d6efd;
  background-color: #0d6efd;
  color: #fff;
}

.send_button {
  position: absolute;
  right: 12px;
  top: 8px;
}
.pause_response{
  position: absolute;
  right: 12px;
  top: 8px;
}

.response-code {
  margin: 20px;
  padding: 10px;
}

#error-msg,
#error-msg2,
#user-err-msg {
  color: red;
}

.copyrightlink {
  font-weight: 700;

}

.prompt-message-div .copyrightlink {
  color: #262626 !important;
  font-weight: 600;
}

.ai-msg-content p {
  margin-bottom: 0px;
}

.copyright {
  color: #2f3d6a;
}

@media (max-width: 425px) {
  .chat_body {
    padding-right: 6%;
    padding-left: 6%;
    padding-bottom: 180px;
  }

  .bottom-copyright-sec {
    font-size: 13px !important;
    padding: 0px 0px 10px 0px !important;
  }
}

.d-block {
  display: inline-block;
}

.select-con {
  position: sticky !important;
  width: 100%;
  display: flex;
  top: 50px;
  background: #d9e0fc;
  z-index: 1;
  justify-content: space-between !important;
  top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  left: 0px;
  justify-content: center;
  align-items: CENTER;
}

.select-con-2 {
  position: absolute;
  top: 50px;
  font-size: 16px;
  background: #3f59ad;
  z-index: 1;
  border: 1px solid #3f59ad;
  top: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  /* width: 100px !important; */
  right: 120px;
  padding: 8px 20px;
  border-radius: 24px;
  font-weight: 700;
}

.footer {
  position: fixed;
  width: 100%;
  /* height: 120px; */
  background-color: rgb(253, 249, 249);
  text-align: center;
  bottom: 0px;
}

.promptViewDiv {
  text-align: justify;
}

.modal-prompt {
  max-height: 80% !important;
}

.modal-ai {
  max-height: 80% !important;
}

.modal-main-prompt::-webkit-scrollbar {
  width: 8px !important;
}

.modal-main-ai::-webkit-scrollbar {
  width: 8px !important;
}

.image-container {
  display: flex;
  justify-content: center;
}

.image-container img {
  display: block;
  margin: 0 auto;
}

.show-cursor {
  cursor: pointer;
}

a.dropdown-item:hover {
  font-size: 18px;
}

tor.dropdown-item:hover {
  font-size: 18px;
}

@media (max-width: 768px) {
  .select-con {
    position: fixed;
    width: 100%;
    top: 0px;
    background: #1e2744;
    z-index: 999;
    top: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    left: 0px;
  }

  .select-con-2 {
    position: fixed;
    width: 100%;
    top: 50px;
    background: #1e2744;
    z-index: 9999;
    top: 50px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 0px;
    left: 0px;
    width: auto !important;
  }
}

.img-sec {
  text-align: center;
}

.top-img {
  width: 600px;
  max-width: 100%;
}

.img-sec h1 {

  margin-top: 0px;
  color: #2492dd;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.link-con {
  margin-top: 31px;
  background: #2492dd;
  color: white;
}

.link-sec {
  text-align: center;
  border: 1px solid white;
  margin: 10px;
  padding: 13px;
  border-radius: 41px;
  background: white;
  /* position: relative; */
}

.link-con a {
  text-decoration: none;
  color: #2492dd;
  font-size: 1.2rem;
  font-weight: 500;
}

.link-con a:hover .link-sec {
  background: #2492dd;
  color: #ffffff;

}

.btn-home {
  background: #2492dd;
  color: white;
  border-radius: 37px;
  padding: 8px 30px;
  margin-top: 10px;
}

.btn-home:hover {
  border: 1px solid #2492dd;
}

.link-sec img {
  width: 25px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

#home-body {
  background-color: white;
}

#page-not-found-section {
  position: absolute;
  width: 100%;
  top: 15%;
}

.open-api-details,
.huggingFace-api-details,
.cohere-api-details,
.google-api-details,
.stabilityai-api-details,
.deep-api-details {
  display: none;
}

.buy-credits {
  padding: 5px;
  margin: 5px;
}

@media (min-width: 768px) {
  .s-layout__content {
    margin-left: 4em;
  }

  .s-sidebar__nav ul {
    padding-bottom: 0px !important;
    /* margin-top: 46px; */
    overflow-y: auto;
    height: calc(100vh - 70px);
    overflow-x: hidden;
    /* padding-top: 70px; */
    top: 0px;
    padding-top: 60px;
  }
}

@media (max-width:767px) {
  .s-sidebar__trigger {
    z-index: 2;
    position: fixed;
    PADDING: 15px;
    height: 0px;
    display: flex;
    width: 0px;
    align-items: center;
    border: 1px solid #4d6276;
    left: 0px;
    top: 8px;
    border-left: none;
    width: auto;
    /* height: 4em; */
    background: #2f3d6a;
    text-decoration: none;
    z-index: 9999999 !important;
    transition: all 0.3s ease-in;
  }
}

#mentions-list {
  width: 250px;
  background: #0b2434;
  top: -196px;
  height: 200px;
  overflow: auto;
  position: absolute;
  border: 1px solid #a5a5a5;
  border-radius: 5px;
  display: none;
}

.bottom-sec2 {
  position: fixed;
  bottom: 0px;
  right: 0px;
  padding-top: 15px;
  width: 100px !important;
  background: transparent !important;
}

.bottom-sec {
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding-bottom: 20px;
  left: 0px;
  right: 0px;
  padding-left: 300px;
  padding-top: 15px;
  background: #d9e0fc;
}

.mention-item.active {
  background-color: #2f3d6a;
}

.mention-item {
  text-align: start;
  padding: 5px;
}


.mention-sec {
  left: -155px;
  position: relative;
  bottom: 9px;

}

@media (max-width:768px) {
  #mentions-list {
    background: #1e2744;
    top: -148px;
    height: 150px;
    left: 0px;
  }

  
  .bottom-sec {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 10px 30px 0px 30px !important;
    left: 0px;
    right: 0px;
    padding-left: 300px;
  }

  .mention-sec {
    left: 0px !important;
    position: relative;
    bottom: 9px;
  }
}

@media (min-width:992px) {
  .msg-sec {
    min-width: 600px;
    display: inline-block;
  }

  .mention-sec {
    left: -272px;
  }
}

.msg-demo {
  position: absolute;
  top: -38px;
  left: 0px;
  background: #1a213e;
  padding: 2px 8px;
  display: none;
  border: 1px solid #2f3d6a;
  border-radius: 8px;
  color: white !important;
}

.msg-demo:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 9px solid #2f3c6d;
  position: absolute;
  top: 24px;
  left: 62px;
  transform: rotate(-90deg);
}

.msg-sec-con::-webkit-scrollbar {
  width: 10px;
  border-radius: 0px;
}

.msg-sec-con::-webkit-scrollbar-track {
  background: white;
  border-radius: 0px 8px 8px 0px;
  border-left: 0px;
}

.msg-sec-con::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 8px;
}

.msg-sec-con {
  max-height: 300px !important;
  border-radius: 8px 8px 8px 8px;
  margin: 0px;
  padding: 0px;
  line-height: 0px;
}

.msg-sec {
  width: 100%;
  display: inline-block;
  resize: none;
  position: relative;
  bottom: 0px;
  padding: 14px 60px 14px 14px;
  border-radius: 10px;
  /* max-height: 300px !important; */
  /* height: 200px !important; */
}

.usedmodel {
  color: #006287;
}

@media (max-width: 1050px) {
  .select-con-2 {
    display: none !important;
    position: absolute !important;
    width: 200px !important;
    top: 50px;
    height: 46px;
    background: #1e2744;
    z-index: 9999;
    top: 82px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin: 0px auto;
    padding-left: 0px;
    padding-right: 0px;
    left: 0px;
  }

  .s-sidebar__nav ul {
    padding-top: 110px !important;
  }

  .credit-sec {
    display: block !important;
  }
}

@media (max-width:600px) {
  .wel-frame {
    width: 100%;
  }

  .top-select {
    margin: 0px auto;
    width: 300px !important;
  }

  .responsive-video {
    margin-left: 0%;
  }
}

/* .credit-sec {
  padding: 0px 10px;
  position: relative;
  z-index: 9999999;
  background: #1e2744;
  width: 97%;
} */

.credit-area {
  border: 1px solid #3f59ad;
  background: #1e2744;
  color: white;
  padding: 10px 0px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

#imagecost {
  color: #3f59ad !important;
  font-weight: 600 !important;
  font-size: 17px !important;
}

.ai-menu-sec ul li .dropdown-item,
.user-menu-sec ul li .dropdown-item {
  padding: 3px 10px !important;
  cursor: pointer;
}

.ai-menu-sec ul li:hover .dropdown-item,
.user-menu-sec ul li:hover .dropdown-item {
  background-color: white;
  color: #3f59ad;
}

.sidebar-line {
  border: 1px solid #cdeeff;
  opacity: 0.7;
}

.copyPrompt span i,
.deletePrompt span i {
  color: #ffffff !important;
}

.copyPrompt span,
.deletePrompt span {
  background: #405997;
  padding: 5px 10px;
  border-radius: 7px;
  display: inline-block;
  cursor: pointer;
}

.fw-700 {
  font-weight: 700;
}

.promptViewDiv {
  font-size: 18px;
}

.prompt-text {
  position: relative;
  top: -3px;
}

.modal .btn-primary-custom {
  background: #3f59ad !important;
  border-color: #3f59ad;
  color: white !important;
}

#emailHelp {
  color: #ffffff !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
}

.fw-600 {
  font-weight: 600;
}

.modal .btn-transparant:hover {
  background-color: #3f59ad !important;

}

.sidebar-bottom a {
  color: #ffffff !important;
  border-radius: 10px !important;
  padding: 12px !important;
}

.text-dim {
  color: #6b6b6b !important;
}

.modal-footer {
  background: #f9faff;
}

.prompt-text-con {
  color: #525252;
}

.modal-header {
  background: #3d549a;
}

.s-sidebar__nav a:hover {
  background: #1d213d;
  border-radius: 12px;
}

.user-msg-content:hover .user-sec-ul,
.ai-msg-content:hover .ai-sec-ul {
  visibility: visible;
}

.user-sec-ul:hover,
.ai-sec-ul:hover {
  visibility: visible !important;
}
/* These rules ensure visibility on hover and when the 'Copied' message is displayed */
.user-sec-ul.visible,
.ai-sec-ul.visible {
    visibility: visible !important;
}
.user-msg-sec .user-sec-ul {
  color: #7c91be;
  position: absolute;
  bottom: -27px;
  text-align: left;
  right: 5px;
  width: 100%;
  padding: 0px;
  visibility: hidden;

}


.wel-area {
  background: #374c8d !important;
  padding: 20px;
  min-height: 270px;
  text-align: left;
}

.wel-area-right {
  padding: 20px;
  border: 2px solid #1662e9;
  min-height: 270px;
  text-align: left;
}

.wel-sub-text {
  font-size: 1.5rem;
  font-weight: 500;
  color: black;
}

@media (max-width:767px) {

  .wel-sub-text,
  .wel-right-sub-text {
    font-size: 1.1rem !important;
  }

  .wel-main-text {
    font-size: 1.3rem;
  }

  .btn-contact {
    font-size: 1.1rem !important;
  }
}

button.btn.btn-contact {
  background: white !important;
  font-weight: 500 !important;
}

.wel-right-sub-text {
  font-size: 1.3rem !important;
  color: black !important;
}

.top-dw {
  margin-top: -4px;
  text-wrap: nowrap;
}

.ai-modal .modal-header {
  border: 0px solid;
}

.ai-modal-item {
  padding: 10px;
  color: white;
  border-bottom: 2px solid rgb(56 55 76);
}

.ai-modal .modal-content,
.ai-modal .modal-header,
.ai-modal .modal-body {
  background: #0c1a32;

}

.ai-modal .modal-content {
  border: 2px solid rgb(56 55 76);
}

.ai-modal .modal-body {
  height: 400px;
  overflow-y: auto;
}

.ai-search-input {
  position: sticky;
  top: 0px;
  background: #0c1a32;
  color: white;
  border: 1px solid rgb(161, 161, 161);
}

.ai-search-input:focus {
  color: #ffffff !important;
  background-color: #0c1a32 !important;
  border-color: #ffffff !important;
  outline: 0 !important;
  border: 1px solid rgb(161, 161, 161);
  box-shadow: 0 0 0 .0rem rgba(255, 255, 255, 0.25) !important;
}

/* width */
.ai-modal .modal-body::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.ai-modal .modal-body::-webkit-scrollbar-track {
  background: 0c1a32;
  width: 8px;
  border-radius: 30px;
}

/* Handle */
.ai-modal .modal-body::-webkit-scrollbar-thumb {
  background: #888888;
  width: 8px;
  border-radius: 30px;
}

/* Handle on hover */
.ai-modal .modal-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.ai-modal .modal-header {
  display: block;
  text-align: end;
}

.ai-btn-close:hover {
  background: transparent;
}

.btn-modal {
  margin-top: 0px;
  background: #374c8d;
  border: 0px;
  width: 100%;
  padding: 5px 20px !important;
  color: white !important;
}

.btn-modal:hover {
  background: transparent;
  color: white !important;
  border: 1px solid #374c8d;
}

.hidden {
  display: none !important;
}

.code-sec {
  background-color: rgb(44 77 133 / 38%);
  padding: 2px 10px 4px;
  border-radius: 8px;
  display: inline-block;
  font-size: 0.9rem;
  margin-top: 3px;
  border: 1px solid #353535;
}

.text-sec {
  font-size: 1.1rem;
}

.ai-modal-item.active {
  background: #152b52;
  border-radius: 8px;
}

.ai-modal-item:hover {
  background: #152b52;
  border-radius: 8px;
}

.ai-modal-item {
  padding: 15px 10px;
  color: white;
  border-bottom: 2px solid rgb(56 55 76);
}


.acc-type {
  display: inline-block;
  padding: 3px 15px 3px 15px;
  border-radius: 5px;
  border: 1px solid #0278eb;
}

.dropdown.top-dw button:hover {
  /* border:0px solid; */
  background: transparent;
}

.dropdown.top-dw button {
  padding: 0px;
  margin-right: 10px;
}

.dropdown.top-dw button:active {
  border: 0px solid;
  outline: 0px solid;
}


.dropdown.top-dw button.btn.show {
  border: 0px solid;
}


.dropdown.top-dw {
  margin: 10px;
}

.credit-scr {
  padding: 5px 30px;
  border: 1px solid #0088ff;
  border-radius: 30px;
  FONT-SIZE: 14PX;
  position: relative;
  white-space: nowrap;
  margin-top: 10px;
  top: 5px;
}


.coin-img {
  position: relative;
  top: -2px;
}


.acc-dropdown {
  border-radius: 10px;
  border: 1px solid #757575;
}

.acc-dropdown a.dropdown-item:hover {
  font-size: 16px;
}

@media (max-width:550px) {
  .credit-scr {
    padding: 5px 15px;
  }
}

.btn.active {
  border: 0px solid !important;
  background-color: none !important;
}




.btn-modal {
  color: #f3f4f5;
  margin-left: 10px;
  font-size: 1.0rem;
}

.btn-modal:active {
  outline: 0px;
  border: 1px solid #1d213d !important;
}

.btn-modal:hover {
  color: #ffffff;
  background-color: #35488482;
}

.modal-des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: darkgray;
  font-size: smaller;
}

@media(max-width:767px) {
  .bottom-sec {
    bottom: 0px;
    right: -32px;
    padding-bottom: 10px !important;
  }

}

.file-text {
  background: transparent;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-right: 10px;
  text-align: center;
  border-radius: 50px;
}

#uploadStatus {
  /* border: 1px solid; */
  border-radius: 50px;
  padding: 5px 25px;

}

p {
  margin: 16px;
}

#saveSettings {
  float: inline-end;
}

.heightSet {
  min-height: 300px !important;
}

.footer-ver {
  padding: 11px;
  position: fixed;
  bottom: 0px;
  right: 0px;
}

@media (max-width:767px) {
  .credit-sec {
    background: #1e2744;
    position: relative;
    right: 10px;
  }

  .dropdown.top-dw {
    margin: 0px;
    position: relative;
    top: 12px;
    right: 5px;
  }
}

.login-card{
  max-height: 500px;
}
.login-first-col{
  height: 80%;
}

.pass-int {
  padding-right: 45px;
}

.show-password {
  position: absolute;
  top: 0px;
  right: 0px;
}

.show-password img {
  width: 26px;
}
.top-level-img{
  width: 23px !important;
  position: relative;
  top: -3px;
  margin-right: 5px;
}
.settings .form-group.row{
  margin-bottom: 12px !important;
}

span.unlimited-text {
  font-size: 0.9rem;
  background: #ffae00;
  color: #1d213d;
  padding: 2px 5px;
  border-radius: 5px;
  font-weight: 700;
  margin-left: 10px;
}

/* #sendMessage-con:hover .msg-sec {
  min-height: 100px; 
 } */

 /* Height on hover or focus */
/* #sendMessage:hover,
#sendMessage:focus {
  min-height: 100px; */
  /* Adjust as needed */
/* }
#sendMessage{
  max-height: 200px !important;
} */