@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

:root {
    --primary-color: #a968fa;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Space Grotesk', sans-serif;
    
}

a {
    text-decoration: none;
}

html {
    font-size: 16px;
}

html, body {
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
}

.typing-loader {
    display: flex;
    flex-direction: column;
}

.typing-dot {
    width: 100%;
    height: 12px;
    margin-bottom: 5px;
    background-image: linear-gradient(-90deg, #dbbcff 0%, #e8eeff 100%);
    border-radius: 2px;
    animation: typing-animation 5s infinite ease-in-out;
}

    .typing-dot:nth-child(2) {
        animation-delay: 0.5s;
        width: 80%;
    }

    .typing-dot:nth-child(3) {
        animation-delay: 0.9s;
        width: 50%;
    }

@keyframes typing-animation {
    0%, 100% {
        width: 10%;
    }

    50% {
        width: 100%;
    }
}

.nav-item .nav-link.active {
    background-color: #f0f0f0; 
    border-left: 2px solid var(--primary-color); 
    padding-left: 10px;
}

#arrow-icon{
    margin-left:5px;
}

.main-bg {
    background-image: linear-gradient(0deg, #faeef2 0%, #e8eeff 100%);
    width: 100%;
    height: 100vh;
    padding: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.btn-success {
    background-color: var(--primary-color) !important;
    border: 0px;
}

.btn-success:hover, .btn-success:focus {
    background-color: #cea8ff !important;
    border: 0px;
    color: #a968fa;
}
/* Container */
.main-container {
    display: flex;
    flex-direction: row;
    gap: 0px;
    max-width: 1280px;
    width: 100%;
}

.navbar-brand {
    margin-left: 10px;
    display: block;
}

    .navbar-brand img {
        width: 180px;
    }

.rightside-content {
    width: calc(100% - 300px);
    height: 100%;
}

.leftside-navbar {
    background-color: #eceafc;
    padding: 30px;
    border: 1px solid #cdd2e6;
    width: 300px;
    height: calc(100vh - 60px);
    border-radius: 20px 0px 0px 20px;
    position: relative;
    /*max-height: 1080px;*/
    overflow: hidden;
}

    .leftside-navbar .navbar-nav .bi {
        margin-right: 10px;
    }

    .leftside-navbar .navbar-nav a {
        padding: 10px;
        text-decoration: none;
        color: #272e39;
        display: block;
    }

    .leftside-navbar a:hover,
    .leftside-navbar a:focus,
    .leftside-navbar li.active a {
        color: var(--primary-color) !important;
    }

.upgrade-to-pro-card {
    /*position: absolute;*/
    margin-top: 220px;
    bottom: 20px;
    width: auto;
    left: 20px;
    right: 20px;
}

.play-ground-container {
    background-color: #fcfcff;
    width: 100%;
    height: calc(100vh - 60px);
    padding: 40px;
    border-radius: 0px 20px 20px 0px;
    position: relative;
    border: 1px solid #cdd2e6;
    border-left: 0;
    overflow: hidden;
}

.main-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: calc(100% - 120px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px 0px;
}

.top-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    justify-content: end;
}

.page-heading {
    font-size: 24px;
    font-weight: 600;
}

.BtnNewChatAMA {
    margin-left: auto;
    display: flex;
    gap: 15px;
    width: auto;
}

/*userDropDown header*/
.dropdown-menu-details {
    display: none;
    position: absolute;
    top: 100%;
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 110px;
    padding: 6px 10px;
    right: 0px;
    border-radius: 10px;
    margin: 0;
    font-size: 15px;
}

.user-container {
    position: relative;
    display: inline-block;
}

.userPhotoShow {
    width: 40px; 
    height: 40px; 
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
}

#navbarNav{
    margin-top:15px;
}

.sharpNewChat {
    border: 0;
    background: none;
    color: #000;
    width: 150px;
}

.BtnNewChat {
    border-radius: 8px;
    background: #a968fa0d;
    width: 150px;
    margin: 10px 0;
    border: 1px solid #a968fa;
}


.sharpPlusIcon {
    /* padding-right: 4px; */
    font-size: 20px;
    /*padding-left: 18px;*/
    margin-right: 7px !important;
}

.btnLog {
    background: #a968fa;
    color: #fff;
    list-style: none;
    /*margin: auto;
    margin-top: 0px;*/
    border: none;
    padding: 6px 20px;
    border-radius: 8px;
    margin-left: -30px;
}

.logOutIcon{
    margin-right:5px;
}

.authorName {
    border-bottom: 1px solid #666;
    /*margin-top: 11px;*/
    margin-bottom: 10px;
}

.welcome-wrap {
    font-size: 36px;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.greeting-msg {
    color: var(--primary-color);
}

.defult-msg {
    color: #999;
    font-weight: 600;
}

.PromptBox {
    /*display: flex;*/
    position: absolute;
    bottom: 20px;
    left: 40px;
    right: 40px;
    width: auto;
}

.inputSearch {
    width: 100%;
    /*display: flex;*/
    padding: 7px 59px 9px 30px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    height: auto;
    min-height: 62px;
    border-radius: 60px;
    background: linear-gradient(82deg, #fff9f9 0%, #ffffff 100%);
}

.icon-mic {
    position: absolute;
    right: 70px;
    /*top: 15px;*/
    top: 50%;
    transform: translateY(-50%);
    outline: 0;
    border: 0;
    background: transparent;
    font-size: 24px;
}

.icon-send {
    /*right: 30px;*/
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%); 
    outline: 0;
    border: 0;
    background: transparent;
    font-size: 24px;
}

.icon-stop {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    outline: 0;
    border: 0;
    background: transparent;
    font-size: 24px;
}

.popularPrompt {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: column;
    align-items: center;
}

.defaultPrompt {
    background: linear-gradient(217deg, #fff9f9 0%, #ffffff 100%);
    border: 1px solid #d7d7d7;
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 350px;
}

    .defaultPrompt:hover {
        background: linear-gradient(217deg, #ffffff 0%, #f7e7e7 100%);
    }

    .defaultPrompt.selected {
        background: linear-gradient(217deg, #ffffff 0%, #f7e7e7 100%);
    }

    .rowPrompt {
        gap: 20px;
    }

.promptIcon {
    width: 40px;
    height: 40px;
    background-color: #fdf2f2;
    border-radius: 50%;
    text-align: center;
    padding: 5px;
    font-size: 20px;
}

.PromptText {
    flex: 1;
}

.UserPromptBox {
    max-height: 150px;
    overflow-y: auto;
    max-width: calc(100% - 50px);
    padding: 10px;
    outline:0;
    white-space:pre-wrap;
}

    .UserPromptBox[contenteditable="true"]:empty:before {
        content: attr(data-placeholder);
        color: #999;
    }
  
    .UserPromptBox:not(:empty) {
        color: #000; 
    }

.ConversationHistory {
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 10px;
}

.responseMessage {
    font-size: 18px;
    font-weight: bold;
}

.conversationHistory {
    color: #666;
}

.generatingTextPlayground {
    display: none;
}

#responseContainerInLine,
#responseContainer {
    display: none;
    max-height: calc(100% - 135px);
    overflow: hidden;
    overflow-y: auto;
}


.responseMessage,
#lblRespone,
.conversationHistory {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 10px;
    /*border: 1px solid #ccc;*/
    border-radius: 5px;
    resize: none;
}

textarea#lblRespone {
    height: 100px;
}


/*Chat page*/
.chat-container {
    padding: 0;
}

.chat-inner-wrapper {
    position: relative;
}

.chat-inner-body {
    padding: 5px;
    min-height: 100%;
    max-height: calc(100vh - 290px);
}

.chat-date {
    text-align: center;
    margin: 10px;
    color: #666;
}

.chats-wrapper {
    scroll-behavior: smooth;
    padding-right: 10px;
    overflow-x: hidden
}

.chat-row {
    display: flex
}

    .chat-row:last-child {
        margin-bottom: 20px;
    }

    .chat-row .chat-avatar, .comments-row .comments-avatar {
        width: 45px;
        height: 45px;
        border-radius: 50px;
        background: #f2e7ff;
    }

.chat-box {
    max-width: 100%;
    margin-left: 10px;
}

.chat-messages-wrap {
    background: #f7f6ff;
    color: #272e39;
    padding: 10px;
    border-radius: 0 15px 15px;
    margin-bottom: 5px;
}

div:has(.typing-loader) .chat-box {
    width: 100%;
    background: transparent;
}

div:has(.typing-loader) .chat-messages-wrap {
    /*background: transparent;
    padding: 0;*/
}

.chat-with {
    color: #272e39;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}

.chat-row-reverse, .comments-row-reverse {
    flex-direction: row-reverse;
}

    .chat-row-reverse .chat-box, .comments-row-reverse .comments-box {
        margin-right: 10px;
    }

    .chat-row-reverse .chat-messages-wrap {
        border-radius: 15px 0 15px 15px;
        background: #f7f5fb;
    }

    .chat-row-reverse .chat-with, .chat-row-reverse .chat-messages-wrap, .comments-row-reverse .comments-time, .comments-row-reverse .comments-wrap {
        text-align: right;
    }

.comment-controls {
    /*visibility: hidden;*/
    min-width: 60px;
    margin-bottom: 10px;
    cursor: pointer;
}

.chat-box:hover .comment-controls {
    /*visibility: initial;*/
}

.btn-chat-icons {
    padding: 3px 5px;
    display: inline-block;
    border-radius: 2px;
    background: #e9e9e9;
}

    .btn-chat-icons > i {
        color: #272e39;
    }


.chat-row-reverse .comment-controls {
    text-align: end;
}



/* AI Assistant Page */
.tags-wrap {
    margin-bottom: 10px;
    
}

.tags-listing {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    flex-flow: row wrap;
}


    .tags-listing li a {
        display: inline-block;
        padding: 8px 15px;
        background: linear-gradient(217deg, #fff7f7 0%, #e0e6ff 100%);
        color: #272e39;
        border-radius: 20px;
        outline: 2px solid #dfe0fd;
        text-decoration: none;
        transition: background-color 0.3s ease-in-out;
    }

        .tags-listing li a:hover {
            background: linear-gradient(120deg, #fff7f7 0%, #e0e6ff 100%);
            outline: 4px solid #dfe0fd;
        }


.ai-prompt-wrap {
    /*margin-top: 20px;*/
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: row;
    align-items: center;
}

.ai-promps {
    background: linear-gradient(217deg, #fff9f9 0%, #ffffff 100%);
    border: 1px solid #d7d7d7;
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    width: calc(33.33333333% - 15px);
    min-height: 110px;
}

    .ai-promps span {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

/* Discover page */
.custom-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    left: -40px;
    top: 32px;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

.custom-dropdown:hover .dropdown-content {
    display: block;
}
/* histroy page */
.histroy-wrap {
    margin-bottom: 10px;
}

.histroy-listing {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    flex-flow: row wrap;
}

    .histroy-listing li {
        padding-bottom: 10px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        gap: 5px;
        width: 100%;
        position: relative;
        padding-left: 15px;
    }

        .histroy-listing li::before {
            content: '?';
            display: inline-block;
            font-size: 12px;
            position: absolute;
            left: 0px;
            top: 3px;
            opacity: 0.5;
        }

        .histroy-listing li a {
            color: #272e39;
            text-decoration: none;
        }

.action-controls {
    visibility: hidden;
    min-width: 1px;
    position: absolute;
    right: 5px;
    top: 0;
}

.histroy-listing li:hover .action-controls {
    visibility: visible;
}

.action-controls a:hover i {
    color: red;
}

.histroy-time {
    font-size: 12px;
    color: #666;
}



.red-text {
    background: #eceafc;
    border-radius: 6px;
    color: #a968fa;
    display: inline-block;
    margin: 2px 0;
    padding: 1px 6px;
}

.sub-Menu {
    margin-top: -10px;
    /* padding: 0; */
}

#submenu-container {
    width: 100%;
    display: flex;
    align-items: start;
    /*padding: 50px 0;*/
    justify-content: center;
    top: -80px;
    z-index: -1 !important;
}

.menu-inline {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    /*top:745px;*/
}

.SubMenu {
    background: linear-gradient(217deg, #FFD0D0 0%, #ffffff 100%);
    border: 1px solid #d7d7d7;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    /* width: 600px;*/
}

    .SubMenu:hover {
        background: linear-gradient(217deg, #ffffff 0%, #FFD0D0 100%);
        color: #000;
    }

    .subMenuIcon {
        margin-right: 10px;
    }

    /*TOASTER MESSAGE*/
#toasterbox {
    position: fixed;
    top: 35px;
    /*left: 20px;*/
    background-color: #424242;
    color: #eceafc;
    padding: 15px 30px;
    border-radius: 5px;
    z-index: 1000;
    display: flex;
    align-items: center;
    max-width: 100%; 
    visibility: hidden; 
    opacity: 0; 
    transform: translateX(100%); 
    transition: opacity 0.5s ease-in, transform 0.5s ease-in;
}

.labelAlertMessage {
    font-weight: 700;
    color: #ececec;
}

.detailedAlertMessage {
    color: #b4b4b4;
}

#toasterbox.show {
    visibility: visible; 
    opacity: 1; 
    transform: translateX(0); 
}

#toasterbox.fade-out {
    opacity: 0; 
    transform: translateX(100%);
    transition: opacity 1s ease-out, transform 1s ease-out; 
}

.historyAnonymous{
    display:none;
}

.toast-body {
    margin-right: 10px;
    flex: 1; 
}

.close-toast {
    cursor: pointer;
    background-color: #424242;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-left: 20px;
}

    .close-toast:hover {
        background-color: #6d6a6a;
    }


/* Media Queries for responsiveness */
@media (max-width: 768px) {
    #toasterbox {
        left: 10px; 
    }

    .close-toast {
        width: 30px; 
        height: 30px; 
    }
}

@media (max-width: 480px) {
    #toasterbox {
        left: 5px; 
        padding: 8px; 
    }

    .close-toast {
        width: 25px; 
        height: 25px; 
    }
}



/*responsive*/

    @media(min-height:600px) and (max-height:640px) {
        .navbar-expand-lg .navbar-collapse {
            overflow: auto;
            max-height: 400px;
        }
    }

    @media (min-width:961px) {
        .navbar-expand-lg .navbar-toggler {
            display: none !important;
        }

        .collapse:not(.show) {
            display: block !important;
        }
    }

    @media only screen and (max-width: 960px) {
        .main-container {
            flex-direction: column;
        }

        .navbar-brand img {
            width: 150px;
        }

        .navbar-nav {
            flex-direction: row;
            flex-wrap: wrap;
        }

        #navbarNav{
            margin-top:0px;
        }

        .navbar-nav .nav-item {
            width: 100%;
        }

        .leftside-navbar {
            height: auto;
            padding: 30px 30px 0px;
            width: 100%;
            border-radius: 20px;
            margin-bottom: 20px;
        }

        .leftside-navbar, .rightside-content {
            width: 100%;
        }

        .leftside-navbar, .navbar-expand-lg {
            margin-top: -25px;
        }

        .navbar-brand {
            margin-bottom: 0px !important;
        }

        button.navbar-toggler {
            position: absolute;
            top: 6px;
            right: -10px;
        
        }

        .sharpNewChat {
            right: 50px;
        }

        .upgrade-to-pro-card {
            position: static;
        }

        .main-bg,
        .play-ground-container {
            padding: 18px;
        }

        .main-bg {
            padding-top: 40px;
        }

        .subhead-wrapper {
            flex-wrap: wrap;
            gap: 10px;
        }

            .subhead-wrapper .row {
                flex-wrap: nowrap;
            }

        .leftside-navbar,
        .play-ground-container {
            border-radius: 20px;
        }

        .top-wrapper {
            align-items: start;
            justify-content: start;
            flex-wrap: wrap;
        }

        .ai-promps {
            width: 100%;
            min-height: auto;
        }
    }

    @media only screen and (max-width:768px) {
        .popularPrompt, .defaultPrompt {
            width: 100%
        }
    }

    @media only screen and (max-width:960px) {
        .leftside-navbar {
            overflow: inherit;
        }

        .upgrade-to-pro-card {
            width: 45%;
        }
    }


    @media only screen and (max-width:992px) {
        .upgrade-to-pro-card {
            display: block !important;
            margin-top: 0;
            width: 100%;
            color: #ffffff !important;
        }
    }

    @media only screen and (max-width:425px) {
        .upgrade-to-pro-card {
            display: none !important;
            color: #ffffff !important;
        }

        .welcome-wrap {
            font-size: 26px;
            padding-bottom: 0px;
        }

        .UserPromptBox {
            text-wrap: nowrap;
        }

        .PromptBox {
            left: 20px;
            right: 20px;
        }

        .inputSearch {
            padding: 8px 48px 8px 10px;
        }

        .icon-send {
            right: 20px;
            top: 51%;
        }

        .popularPrompt {
            overflow: auto;
            max-height: 50vh;
            flex-direction: row;
        }
    }

    /*mic*/
    @keyframes blink {
        0% {
            background-color: #4A90E2;
            border: 4px solid #9fc7f6;
        }

        50% {
            background-color: #9fc7f6;
            border: 4px solid #4A90E2;
        }

        100% {
            background-color: #4A90E2;
            border: 4px solid #9fc7f6;
        }
    }
        .icon-mic.blinking {
            animation: blink 1s infinite;
            position: absolute;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0;
            right:57px;
        }


/*playground assistant responsive*/
@media only screen and (max-width:1024px) {
    .menu-inline {
        flex-direction: column;
    }
    .play-ground-container {
        /*height: calc(100vh + 80px);*/
        height: calc(100vh + 180px);
    }
    .rowPrompt {
        /*width: 100%;*/
        flex-direction: column !important;
    }
    #submenu-container {
        top: -230px !important;
        padding: 0 !important;
    }    
}

@media only screen and (max-width:1440px) {
    #submenu-container {
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
        padding: 0 !important;
    }
}

@media only screen and (max-width:320px) {
    .play-ground-container {
        /*height: calc(100vh + 120px);*/
        height: calc(100vh + 180px);
    }
}

@media only screen and (max-width:1560px) {
    .menu-inline {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: flex;
        gap: 10px;
        /*flex-direction: column;*/
    }
    #submenu-container {
        position: absolute;
        /*bottom: 50px;*/
        top:-80px;
        left: 50%;
        transform: translateX(-50%);
    }
    .main-bg {
        height: auto;
    }
    .leftside-navbar {
        height: auto;
    }
}

@media only screen and (min-width:1560px){
    #submenu-container {
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
        padding: 0 !important;
    }
}

@media only screen and (max-width: 425px){
    .rowPrompt {
        gap: 20px;
        flex-direction: column !important;
        width: 100%;
    }

    .related-questions{
        flex-direction:column;
    }
}

@media only screen and (min-width:1440px) and (max-width:1560px){
    #submenu-container {
        /*top: -120px;*/
    }
}

@media only screen and (min-width:1025px) and (max-width:1170px) {
    .menu-inline {
        flex-direction: column;
    }

    .play-ground-container {
        height: calc(100vh + 180px);
    }

    .rowPrompt {
        width: 100%;
    }

    #submenu-container {
        top: -300px !important;
        padding: 0 !important;
    }
   
}

@media only screen and (max-width:768px){
    .rowPrompt {
        width: 100%;
    }
}

@media (min-width: 992px) { 
    .suggested-content {
        flex-direction: row;
    }
}

@media only screen and (max-width: 1023px) {
    .suggested-content::before {
        content: none;
        position: absolute;
        top: 10%;
        bottom: 10%;
        left: 50%;
        width: 1px;
        background-color: #e0e0e0;
        margin: auto 0;
        position: relative;
        width: 100%;
        height: 1px;
        top: 23%;
        right: -4%;
        bottom: 0%;
    }
}

.sharpLogoImg{
    width:110px !important;
    height:42px !important;
}


.animated-logo {
    display: flex;
    align-items: center;
    /*filter: brightness(0);*/
}

.logo-rotating {
    position: relative;

    top:-13px; 
}

    .logo-rotating::before {
        content: '';
        display: block;
        width: 40px;
        height: 40px;
        background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" fill="none"><g clip-path="url(%23clip0_1461_34714)"><path d="M5.85785 35.5362C2.62298 35.5362 0 32.9147 0 29.6798V5.85784C0 2.62298 2.62298 0 5.85785 0H29.2892C32.5241 0 35.1471 2.62298 35.1471 5.85784C35.1471 9.0927 32.5241 11.7157 29.2892 11.7157H11.7157V29.6798C11.7157 32.9147 9.09271 35.5362 5.85785 35.5362Z" fill="url(%23paint0_linear_1461_34714)"/><path d="M194.097 35.5362C190.863 35.5362 188.24 32.9147 188.24 29.6798V11.7157H170.666C167.431 11.7157 164.808 9.0927 164.808 5.85784C164.808 2.62298 167.431 0 170.666 0H194.097C197.332 0 199.955 2.62298 199.955 5.85784V29.6798C199.955 32.9147 197.332 35.5362 194.097 35.5362Z" fill="url(%23paint1_linear_1461_34714)"/><path d="M29.2892 199.954H5.85785C2.62298 199.954 0 197.331 0 194.096V170.274C0 167.039 2.62298 164.417 5.85785 164.417C9.09271 164.417 11.7157 167.039 11.7157 170.274V188.238H29.2892C32.5241 188.238 35.1471 190.861 35.1471 194.096C35.1471 197.331 32.5241 199.954 29.2892 199.954Z" fill="url(%23paint2_linear_1461_34714)"/><path d="M194.097 199.954H170.666C167.431 199.954 164.808 197.331 164.808 194.096C164.808 190.861 167.431 188.238 170.666 188.238H188.24V170.274C188.24 167.039 190.863 164.417 194.097 164.417C197.332 164.417 199.955 167.039 199.955 170.274V194.096C199.955 197.331 197.332 199.954 194.097 199.954Z" fill="url(%23paint3_linear_1461_34714)"/></g><defs><linearGradient id="paint0_linear_1461_34714" x1="17.5735" y1="0" x2="17.5735" y2="35.5362" gradientUnits="userSpaceOnUse"><stop stop-color="%23BCDBFE"/><stop offset="1" stop-color="%230086DC"/></linearGradient><linearGradient id="paint1_linear_1461_34714" x1="182.382" y1="0" x2="182.382" y2="35.5362" gradientUnits="userSpaceOnUse"><stop stop-color="%23BCDBFE"/><stop offset="0.28" stop-color="%2388C3F4"/><stop offset="0.305" stop-color="%2383C1F4"/><stop offset="1" stop-color="%230086DC"/></linearGradient><linearGradient id="paint2_linear_1461_34714" x1="17.5735" y1="164.417" x2="17.5735" y2="199.954" gradientUnits="userSpaceOnUse"><stop stop-color="%23BCDBFE"/><stop offset="0.28" stop-color="%2388C3F4"/><stop offset="0.305" stop-color="%2383C1F4"/><stop offset="1" stop-color="%230086DC"/></linearGradient><linearGradient id="paint3_linear_1461_34714" x1="182.382" y1="164.417" x2="182.382" y2="199.954" gradientUnits="userSpaceOnUse"><stop stop-color="%23BCDBFE"/><stop offset="0.28" stop-color="%2388C3F4"/><stop offset="0.305" stop-color="%2383C1F4"/><stop offset="1" stop-color="%230086DC"/></linearGradient><clipPath id="clip0_1461_34714"><rect width="200" height="200" fill="white"/></clipPath></defs></svg>');
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: -10px;
        left: -10px;
        right: 0;
        bottom: 0;
    }

.cube {
    width: 20px;
    height: 20px;
    position: absolute;
    transform-style: preserve-3d;
    animation: rotate 15s infinite linear;
}

    .cube div {
        position: absolute;
        width: 20px;
        height: 20px;
        background: transparent;
        border: 0.2px solid transparent;
        border-image: linear-gradient(45deg, #D93099, #0086dc);
        border-image-slice: 1;
    }

.front {
    transform: translateZ(10px);
}

.back {
    transform: rotateY(180deg) translateZ(10px);
}

.right {
    transform: rotateY(90deg) translateZ(10px);
}

.left {
    transform: rotateY(-90deg) translateZ(10px);
}

.top {
    transform: rotateX(90deg) translateZ(10px);
}

.bottom {
    transform: rotateX(-90deg) translateZ(10px);
}

@keyframes rotate {
    from {
        transform: rotateX(0deg) rotateY(0deg);
    }

    to {
        transform: rotateX(360deg) rotateY(360deg);
    }
}


.animated-sitelogo {
    display: inline-block;
    width: 110px;
    height: 32px;
    /*background-image: url(sitelogo.svg);*/
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: -5px;
    left: 40px;
    
}

/*login page*/
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}/**/


.icon-attach-file {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    outline: 0;
    border: 0;
    background: transparent;
    font-size: 24px;
}

  
/* Style for uploaded file icon */
#fileIcon.uploaded {
    border-radius: 5px;
    color: #fff;
    background: #a968fa;
}

/* Hover effect to show file name */
#fileIconButton:hover::after {
    display: block;
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: -25px;
    left: 10px;
    white-space: nowrap;
    z-index: 10;
}

/*adding*/
.icon-attach-file i {
    /*font-size: 20px;*/
    cursor: pointer;
    position: relative; 
}


/* Cross icon */
#removeFileIcon {
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 13px;
    transform: translate(50%, -50%);
}

/* Show the remove icon on hover */
#fileIconButton:hover #removeFileIcon {
    display: inline;
}


.BtnNewChat:hover {
    background-color: #a968fb;
    color: #fff !important;
}

.sharpNewChat:hover{
    cursor:pointer;
    color:#fff;
}


.file-url {
    display: flex;
    align-items: center;
    padding: 5px;
    border: 1px solid #d7d7d7;
    margin-bottom: 2px;
    border-radius: 5px;
    gap: 5px;
}

.historyfile {
    border-radius: 5px;
    color: #fff;
    background: #a968fa;
    font-size: 28px;
    padding: 5px;
}
.resumeFileName {
    font-weight: 600;
}
.resumeFileExt{
    opacity:0.5;
}

.resumeFileError {
    position: absolute;
    color: red;
    font-size: 14px;
    background: #ff00002e;
    border-radius: 62px;
    padding: 5px 15px; /* Adjusted for padding symmetry */
    top: -30px;
    width: 100%;
    display: none; /* Enables Flexbox */
    justify-content: space-between; /* Aligns items at the start and end */
    align-items: center; /* Vertically centers content */
}

    .resumeFileError i {
        cursor: pointer; /* Makes the icon look clickable */
    }
