
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');

#ai-main{
    visibility: hidden;
}
.ai-chatbot-section,
.ai-chatbot-section-after-login{
    background-image: url('https://leadacademy.sgp1.cdn.digitaloceanspaces.com/assets/uploads/logo/LEAD-AI-BG-mobile.png');
    background-size: cover;
    background-position: center;
    margin-top: 85px;
    padding: 18px 0px;
}
.ai-initial-title-one,
.ai-initial-title-two{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}
.ai-initial-title-one h2,
.ai-initial-title-two h2{
    white-space: normal;
    word-break: break-word;
    display: inline-block;
    color: #FFF;
    text-align: center;
    font-family: Mukta;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.ai-initial-title-one h2{
    font-size: 24px;
}
.ai-initial-title-two h2{
    font-size: 100px;
}

.ai-initial-title-two {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    z-index: 999;
    font-size: 48px;
    color: #fff;
    transition: all 2s ease;
}

.ai-initial-title-two.show {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.ai-initial-title-two.move-to-corner {
    top: 9%;
    left: 1%;
    transform: translate(0, 0) scale(0.6);
    font-size: 5px;
}
.heading-section .sidebar-heading{
    color: #fff;
    display: flex;
    gap: 15px;
    align-items: center;
}
.heading-section .sidebar-heading img{
    cursor: pointer;
}
.heading-section .sidebar-heading img.leadai-logo{
    cursor: pointer;
    width: 85px;
}
.heading-section .sidebar-heading .dropdown-menu{
    padding: 16px;
    border-radius: 8px;
    background:  #585858;
    box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(20px);
    color: #fff;
}
.heading-section .sidebar-heading .dropdown-menu .title{
    margin: 10px 0;
}
.heading-section .sidebar-heading .dropdown-menu .title h2{
    color: #FFF;
    font-family: Mukta;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.heading-section .sidebar-heading .dropdown-menu .auth-menu{
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-around;
}
.heading-section .sidebar-heading .dropdown-menu .auth-menu button{
    border-radius: 500px;
    padding: 8px 18px;
    color: var(--main, #111928);
    font-family: Mukta;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;

   
}
.heading-section .sidebar-heading .dropdown-menu .auth-menu button.active{
    background: #fff;
    color: #111928;
}

/* Authentication sidebar start */
.auth-heading{
    opacity: 0.8;
    background: linear-gradient(183deg, rgba(15, 55, 120, 0.02) 1.74%, rgba(13, 73, 169, 0.02) 97.5%);
    box-shadow: 2px 0px 16px 0px rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(36px);
}
.auth-heading .heading-section .scroll-sidebar{
    height: 75vh;
    overflow-y: auto;
}
.auth-heading .heading-section .sidebar-heading{
    justify-content: space-between;
    font-size: 28px;
    margin-bottom: 20px;
}
.auth-heading .heading-section .sidebar-heading .drower-icon{
    display: none;
}
.auth-heading .sidebar-footer{
    display: flex;
    height: 60px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    align-self: stretch;
    border-top: 1px solid #fff;
    margin-top: 30px;
}
.auth-heading .sidebar-footer a{
    color: var(--White, #FFF);
    font-family: Mukta;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.thread-item-list{
    color: #fff;
}
.thread-item-list .thread-title{
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 8px 0;
}
.thread-item-list .thread-title img{
    width: 20px;
}
.thread-item-list .thread-title p{
    color: var(--White, #FFF);
    font-family: Mukta;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}
.thread-item-list .thread-item{
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.thread-item-list .thread-item{
    position: relative;
}
.thread-item-list .thread-item ul{
    position: absolute;
    top: 0;
    right: -150;
}
.thread-item-list .thread-item a{
    color: var(--Gray-400, #9CA3AF);
    font-family: Mukta;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.thread-item-list .thread-item button{
    background: transparent;
    border: navajowhite;
    color: #fff;
    font-size: 16px;
    vertical-align: super;
}
.thread-item-list .thread-item .dropdown-menu{
    background: #22344E;
    border-radius: 8px;
    border: 0.5px solid #FFF;
}
.thread-item-list .thread-item .dropdown-menu .dropdown-item:focus,
.thread-item-list .thread-item .dropdown-menu .dropdown-item:hover {
    color: #fff;
    background-color: transparent;
}

.thread-item-list .thread-item .dropdown-menu li a{
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 16px;
    color: #fff;
}
.thread-item-list .thread-item .dropdown-menu li a img{
    width: 20px;
}
.thread-item.active{
    background: rgba(1, 100, 255, 0.20);
    padding: 0 5px;
    border-radius: 5px;
}
.thread-item.active a{
    color: #fff;
}
/* Authentication sidebar end */
.ai-content-section{
    height: 100vh;
}
.ai-content-section .chat{
    height: 55vh;
    overflow-y: auto;
    color: #FFF;
    padding: 20px 15px 0 0;
   
}
.chat #initial-title{
    text-align: center;
}
.chat .user-ask{
    text-align: right;
}
.chat .user-ask h3{
    display: inline-block;
    border-radius: 16px 2px 16px 16px;
    border: 0.5px solid #6FA3F6;
    background: linear-gradient(92deg, rgba(255, 255, 255, 0.10) -5.56%, rgba(1, 100, 255, 0.10) 106.72%);
    backdrop-filter: blur(2px);
    padding: 4px 14px;
    color: #FFF;
    font-family: Mukta;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.chat .ai-response {
    border-radius: 0px 20px 20px 20px;
    border: 0.5px solid #6FA3F6;
    background: linear-gradient(92deg, rgba(0, 0, 0, 0.90) -5.56%, rgba(1, 100, 255, 0.10) 106.72%);
    padding: 14px;
}
.chat .ai-response{
    display: flex;
    gap: 10px;
    margin: 15px 0;
}
.chat .ai-response .icon{
    width: 50px;
    border-radius: 50%;
}
.chat .ai-response .icon img{
    width: 100%;
}
.chat .ai-response .text{
    width: 97%;
    font-family: Mukta;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
/* input-section  css section start */
.ai-content-section .input-section{
    margin: 20px 0;
    position: relative;
}
.ai-content-section .input-section .icon{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    cursor: pointer;
}
.ai-content-section .input-section .form-control{
    border-radius: 15px;
    background-color: #22344E;
    padding: 12px;
    border: 1px solid #545E70;
    color: #fff;
    font-size: 16px;

}
.ai-content-section .input-section textarea::placeholder {
    color: var(--Gray-400, #9CA3AF);
    font-family: Mukta;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
}
/* input-section  css section end */

/* footer-section css start */
.ai-content-section  .faq-section{
    background: transparent;
}
.ai-content-section  .faq-section ul{
    padding: 0;
    margin: 0;
    text-align: center;
}
.ai-content-section .faq-section ul li{
    display: inline-block;
    margin: 5px 10px;
    padding: 8px;
    border-radius: 8px;
    border: 0.2px solid #FFF;
    cursor: pointer;
}
.ai-content-section .footer-section{
    text-align: center;
}
.ai-content-section .footer-section p{
    color: var(--Gray-400, #9CA3AF);
    font-family: Mukta;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    margin: 20px 0 10px 0;
}

/* footer-section css end */

/* sidebar for mobile device start  */

.threadSidenav {
    height: 80vh;
    width: 300px;
    position: fixed;
    z-index: 999;
    top: 100px;
    left: -390px;
    background: -webkit-linear-gradient(183deg, rgba(15, 55, 120, 0.02) 1.74%, rgba(13, 73, 169, 0.02) 97.5%);
    background: linear-gradient(183deg, rgba(15, 55, 120, 0.02) 1.74%, rgba(13, 73, 169, 0.02) 97.5%);
    /* box-shadow: 2px 0px 16px 0px rgba(255, 255, 255, 0.05); */
    box-shadow: 2px 0px 16px rgba(255, 255, 255, 0.1); /* Increase opacity */
    backdrop-filter: blur(36px);
    -webkit-backdrop-filter: blur(36px);

    overflow-y: auto;
    transition: 0.5s;
    padding-top: 10px;
  }
  
  .threadSidenav a {
    padding: 8px 30px 8px 60px;
    text-decoration: none;
    font-size: 16px;
    color: #111928;
    display: block;
    transition: 0.3s;
  }
  
  .threadSidenav a:hover {
    background-color: #F4F4F4;
    color: #111928;
  }
  
  .threadSidenav .closebtn {
    position: absolute;
    top: -24px;
    left: -39px;
    font-size: 50px;
    margin-left: 50px;
    padding: 0;
  }
  .threadSidenav .closebtn:hover {
    background-color: transparent;
  }

  .threadSidenav .newThreadBtn {
    position: absolute;
    top: -23px;
    left: 5px;
    font-size: 50px;
    margin-left: 50px;
    padding: 0;
  }
  .threadSidenav .newThreadBtn:hover {
    background-color: transparent;
  }
  /* sidebar for mobile device end  */

@media only screen and (min-width: 200px) and (max-width: 767px) {
    .ai-chatbot-section-after-login,
    .ai-chatbot-section{
        background-image: url('https://leadacademy.sgp1.cdn.digitaloceanspaces.com/assets/uploads/logo/Lead-AI-BG-Dark.png');
        background-size: cover;
        background-position: center;
        margin-top: 85px;
        padding: 10px 0px;
    }

    .ai-initial-title-one h2{
        font-size: 16px;
    }
    .ai-initial-title-two h2{
        font-size: 32px;
    }

    .ai-initial-title-two.show {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    
    .ai-initial-title-two.move-to-corner {
        top: 2%;
        right: 5%;
        transform: translate(65%, 65%) scale(0.3);
        font-size: 5px;
    }
    .auth-heading{
        overflow: hidden;
    }
    .auth-heading .heading-section .sidebar-heading {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .auth-heading .heading-section .sidebar-heading .drower-icon{
        display: block;
    }
    
    .auth-heading .heading-section .sidebar-heading .login-icon{
        display: none;
    }
    .auth-heading .heading-section .scroll-sidebar{
        display: none;
    }
    .auth-heading .sidebar-footer{
        display: none;
    }
    .heading-section .sidebar-heading{
        justify-content: space-between;
        margin: 8px 0;
    }
    .heading-section .sidebar-heading .dropdown-menu {
        padding: 8px;
        border-radius: 8px;
    }
   
    .heading-section .sidebar-heading .dropdown-menu .title h2 {
        font-size: 18px;
    }
    .heading-section .sidebar-heading .dropdown-menu .auth-menu button {
        border-radius: 15px;
        padding: 4px 12px
    }


    .chat .ai-response .icon {
        width: 30px;
    }

    .chat #initial-title h3{
        font-size: 14px;
        font-family: Mukta;
    }

    .ai-content-section .input-section .form-control {
        border-radius: 10px;
        padding: 7px;
    }
    .ai-content-section .input-section textarea::placeholder {
        font-size: 14px;
    }
    .ai-content-section .input-section {
        margin: 10px 0;
    }
    .ai-content-section .faq-section ul li {
        margin: 5px 0;
        padding: 5px;
        border-radius: 5px;
        font-size: 12px;
        font-family: Mukta;
    }

    /* Mobile sidebar start */
    .mobile-thread{
        margin-top: 46px;
        padding: 0px 10px;
    }
    .mobile-thread .thread-item-list .thread-item a{
        padding: 0;
    }
    .thread-item-list .thread-item .dropdown-menu li a {
        margin: 7px;
        font-size: 12px;
    }
    .thread-item-list .thread-item .dropdown-menu li a img{
        width: 17px;
    }
    .mobile-thread .sidebar-footer{
        display: flex;
        justify-content: space-around;
        align-items: center;
        border-top: 1px solid #fff;
        margin-top: 10px;
        padding: 8px 0px;
    }
    .mobile-thread .sidebar-footer a{
        padding: 0;
        margin: 0;
        color: #fff;
    }
    /* Mobile sidebar end */
}
@media only screen and (max-width: 575px) {
    .chat #initial-title h3{
        /* font-size: 12px; */
        font-family: Mukta;
    }
}
/* Medium Mobile (phones, 0px - 375px) */
@media only screen and (max-width: 375px) {
    
}

/* Small Mobile (phones, 0px - 320px) */
@media only screen and (max-width: 320px) {
    
}

@media only screen and (min-width: 768px) and (max-width: 1367px) {
    .auth-heading .heading-section .sidebar-heading {
        font-size: 18px;
    }
    .auth-heading .heading-section .scroll-sidebar{
        height: 68vh;
        overflow-y: auto;
    }
    .chat .ai-response {
        margin: 10px 0;
    }
    .ai-content-section {
        height: 90vh;
    }
    .ai-content-section .input-section {
        margin: 10px 0;
    }

    .ai-content-section .input-section .form-control {
        border-radius: 10px;
        padding: 8px;
        font-size: 12px;
    }

    .ai-content-section .input-section textarea::placeholder {
        font-size: 12px;
    }

    .ai-content-section .faq-section ul li {
        margin: 5px 5px;
        padding: 5px;
        border-radius: 5px;
        font-size: 12px;
    }
    .ai-content-section .footer-section img{
        width: 70%;
    }
}










