bodyt.logged-in #gsp-overlay{
    display: none;
}
#gsp-overlay {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;

    background: #ffffff;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
	transform: scale(1);
    transition:
        opacity 1000ms cubic-bezier(0.645, 0.045, 0.355, 1),
        visibility 1000ms cubic-bezier(0.645, 0.045, 0.355, 1),
        transform 850ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
button.btn-like.active {
    background-color: rgb(0 79 255 / 16%);
}

button.btn-like.active path {
    fill: rgb(0 79 255);
}

button.btn-dislike.active {
    background-color: rgb(244 89 95 / 16%);
}

button.btn-dislike.active path {
    fill: #F4595F;
}
.gsp-hidden-inner {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: transform 1000ms cubic-bezier(0.645, 0.045, 0.355, 1) 250ms, opacity 1000ms cubic-bezier(0.645, 0.045, 0.355, 1) 250ms;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gsp-toggle .gsp-hidden-inner {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.user-msg {
    text-align: right;
    margin: 0 0 24px;
}
#gsp-search-form button.search-submit[disabled] {
      opacity: 0.45;
    cursor: not-allowed;
    background: transparent !important;
}
.gsp-toggle, .gsp-toggle-html {
	overflow:hidden;
	height:100vh;
}
div#gsp-results:empty {
    display: none;
}
.formCont {
	position: relative;
	    background-color: #fff;
    padding-top: 21px;
}
.gsp-prompts-list .gsp-prompt-button:hover {
    background-color: #e8eef5 !important;
    border-color: #c5d8f0 !important;
}
div#gsp-results {
    height: 76vh;
    overflow: auto;
    padding: 20px;
}
.searching-cont {
	position: absolute;
	top:0;
	right:0;
}
.bot-message h1,
.bot-message h2,
.bot-message h3 {
    margin: 16px 0 8px;
    font-weight: 600;
}

.bot-message ul,
.bot-message ol {
    margin: 10px 0;
    padding-left: 0;
}

.bot-message li {
    margin: 4px 0;
    font-family: Outfit;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
}

.bot-message p {
    margin: 8px 0;
}

.bot-message pre {
    overflow-x: auto;
    padding: 12px;
    border-radius: 6px;
    background: #f5f5f5;
}

.bot-message code {
    font-family: monospace;
}
.user-msg {
	text-align: right;
}
.user-msg p {
    display: inline-block;
    text-align: left;
    margin: 0;
    background: #f0f2f7 !important;
    color: #111827 !important;
    border: none !important;
    border-radius: 24px !important;
    padding: 12px 18px !important;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    white-space: pre-wrap;
    word-break: break-word;
}
#gsp-overlay {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition:
        opacity .2s ease,
        visibility 0s linear .2s;
}
.gsp-toggle #gsp-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    transition:
        opacity .2s ease;
}
.gsp-inner {
    width: 100%;
    position: relative;
    background: #fff;
    padding: 90px 2rem 2rem;
    /* opacity: 0; */
    /* transform: translateY(60px); */
    /* transition: opacity .6s cubic-bezier(.22, 1, .36, 1), transform .6s cubic-bezier(.22, 1, .36, 1); */
}

#gsp-overlay.closing{
    opacity: 0;
    transform: scale(.85);
    transition:
        opacity .35s ease,
        transform .35s ease;
}
body.gsp-toggle,
html.gsp-toggle-html {
    overflow: hidden !important;
    height: 100vh;
}

.gsp-inner, .headerContainer {
	
    max-width: 1200px;
}
.ns-cb-gsp-close {
    position: static;
    z-index: 9;
    width: 38px;
    height: 38px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
    background-color: rgb(0 0 0 / 5%);
    border-radius: 50px;
    border: 1px solid #e2e2e2;
}
#gsp-search-form{
    position: relative;
}
#gsp-search-form textarea {
      flex: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #cbcbcb;
    border-radius: 44px;
    padding: 16px 48px 16px 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    background: #fff;
    resize: none;
    font-family: Outfit, sans-serif;
    outline: none;
    box-sizing: border-box;
    height: 64px;
    min-height: 64px;
}
#gsp-search-form textarea:focus {
    border-color: #cbcbcb;
    background-color: #f9fafb;
}

#gsp-search-form button.search-submit {
    position: absolute;
    bottom: 0;
    right: 0;
    background: none;
    border: none;
    padding: 16px;
}
#gsp-results {
    margin-top: 1.5rem;
}
#gsp-results ul {
    list-style: disc;
    padding-left: 0;
}
.gsp-banner {
    text-align: center;
    margin-bottom: 32px;
}
span.chatError:empty{
	display:none;
}
span.chatError {
    border: 1px solid #ff0000;
    color: #ff0000;
    display: flex;
    padding: 15px;
    border-radius: 30px;
    margin: 21px 0 0;
    text-align: center;
    justify-content: center;
}
.desError p {
	margin:0 ;
	padding:0;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-weight: 300;
    margin-bottom: 12px;
}
.desError a.cntc-btn{
    font-weight: 600;
    display: flex;
    align-items: center;
}
.desError a.cntc-btn img{
    margin-left:11px;
}
.desError {
	margin: 0 0 15px;
}
.descChat p {
    font-family: Outfit;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    vertical-align: middle;
	    margin: 0 0 15px;
}
.descChat p a {
    display: block;
}

.message-meta-actions button {
display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border: none;
    border-radius: 50px;
    background: transparent;
    color: #6e6e6e;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
.message-meta .message-time {
    color: #6b7280;
    font-size: 0.8125rem;
}.message-meta-actions {
    display: flex;
    align-items: center;
    gap: 4px;
}
.message-meta {
    display: flex;
    align-items: center;
    gap: 16px;
       margin-top: 8px;
    padding-left: 4px;
    flex-wrap: wrap;
}

.message-meta-actions button:last-child {
    margin-left: 9px;
}
.bot-message strong {
    font-weight: 500;
}
.message-meta-actions button:hover {
    background: rgb(0 79 255 / 4%);
    color: #0d0d0d;
}

.message-meta-actions button.active-like {
    color: #10a37f;
}

.message-meta-actions button.active-dislike {
    color: #c53030;
}

.ulLinks a {
    background-color: #F5F8FF;
    border: 1px solid #AECBF7;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    border-radius: 100px;
    border-width: 1px;
    font-family: Outfit;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #1A1A1A;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}

.ulLinks a img {
    margin-left: 8px;
}

.ulLinks a img {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -2px;
}

.ulLinks ul {
    padding-left: 0;
    margin-left: 0;
}
.gsp-title h3 {
      text-align: center;
    font-size: 44px;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 40px;
    color: #000;
    letter-spacing: -0.03em;
    padding: 0 60px;
}
.gsp-title h3 span.bluetext{
    color:#004FFF;
	
    display: block;
}
.gsp-tagline p.tagline {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    font-weight: 400;
}
.gsp-prompts-list {
       display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
    width: 100%;
    max-width: 100%;
    gap: 12px 16px;
    margin-bottom: 40px;
    padding: 4px 0 0px;
    overflow: visible;
    box-sizing: border-box;
}
.gsp-prompts-list .gsp-prompt-button {
    width: 100%;
    max-width: none;
    min-width: 0;
    min-height: 0;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 16px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.45;
    background-color: #F5F8FF !important;
    border: 1px solid #d1e3f8 !important;
    border-radius: 999px;
    white-space: normal;
    word-break: break-word;
    cursor: pointer;
    font-family: Outfit, sans-serif;
    box-sizing: border-box;
    color: #1A1A1A;
}
.gsp-inner .prompForm {
      font-size: 10px;
    line-height: 12px;
    color: #6b7280;
    text-align: center;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 10px 4px;
    white-space: normal;
    overflow: visible;
    word-wrap: break-word;
    overflow-wrap: break-word;
}


.skeleton {
    background-color: #e0e0e0;
    border-radius: 12px;
    margin: 8px 0;
    height: 26px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.skeleton:nth-child(2) {
    width: 90%;
    /* margin: 0 0 0 auto; */
}

.skeleton:last-child {
    width: 80%;
}
  .skeleton::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);
    animation: shimmer 1.5s infinite;
  }

  @keyframes shimmer {
    100% { left: 100%; }
  }

.skeleton-container {
    max-width: 56%;
}

.desError a.cntc-btn {
    color: #000;
}




.header-chat {
    display: flex;
    width: 100%;
    background-color: #fff;
    margin: auto;
    align-items: center;
    max-width: 100%;
    justify-content: center;
    box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 8%);
    position: fixed;
    top: 0;
    z-index: 1;
    left: 0;
    right: 0;
    padding: 13px 0;
    flex: 0 0 100%;
}

.logoChatHeader {
    flex: 0 0 220px;
    max-width: 220px;
    display: flex;
    align-items: center;
}

.logoInfoHeader h2 {
    font-family: Outfit;
    font-weight: 500!important;
    font-size: 20px!important;
    line-height: 140%!important;
    letter-spacing: 0%!important;
    vertical-align: middle;
    color: #000000!important;
    margin: 0;
    line-height: normal!important;
}

.logoInfoHeader span {
    font-family: Outfit;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #000000;
}

.logoInfoHeader {
    display: flex;
    flex-wrap: wrap;
    margin-left: 16px;
}

.logoInfoHeader h2, .logoInfoHeader span {
    flex: 0 0 100%;
    max-width: 100%;
}

.logoContainerHeader {
    width: 40px;
}

.logoContainerHeader img {
    max-width: 100%;
    height: auto;
}

.closeBtn {
    flex: 0 0 calc(100% - 220px);
    max-width: calc(100% - 220px);
    justify-items: right;
	display: flex;
    justify-content: right;
}


.ns-cb-gsp-close img {
    display: block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.headerContainer {
    /* width: 1200px; */
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 2rem;
}




/*animation waiting loader*/

.dots-container{
    width: 50px;
    display:flex;
    justify-content:space-between;
    height: 25px;
    background-color: #004fff;
    border-radius: 44px 44px 44px 0px;
    align-items: center;
    padding: 0 10px;
    gap: 3px;
}
@-webkit-keyframes wave {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes wave {
    0% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-5px);
    }
    60% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(0);
    }
} 
.dots-container > span{
    height: 8px;
    width: 8px;
    background-color:white;
    border-radius:50%;
   -webkit-animation: wave 0.8s linear infinite;
    animation: wave 0.8s linear infinite;
    flex-shrink: 0;
}
.dots-container > span:nth-of-type(1){
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}
.dots-container> span:nth-of-type(2){
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}
.dots-container> span:nth-of-type(3){
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}



.initiate-search {
  background: #004FFF;
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-weight: 400;
    font-size: 18px;
    border-radius: 36px;
    height: 52px;
    display: flex;
    gap: 4px;
    box-sizing: border-box;
    align-items: center;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.chat-widget-toggle-icon {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* position: relative; */
}





.success-stories .askSol {
    margin: 20px 0 0;
}

.initiate-search:hover {
    transform: scale(1.04);
}




@media only screen and (max-width: 1440px) {
    
.gsp-inner, .headerContainer {
        max-width: 1000px;
    }
	
.gsp-title h3 {
        font-size: 40px;
        font-weight: 700;
        line-height: 56px;
        padding: 0 30px;
    }
}


@media only screen and (max-width:1366px) {
	.header-chat {
    padding: 10px 0;
}
	.gsp-inner, .headerContainer{
    max-width: 90%;
}
.gsp-title h3 {
    font-size: 38px;
    line-height: 59px;
}	.gsp-close {
   
    z-index: 9;
    /* right: 15px; */
}

}

@media only screen and (max-width:1199px) {
	
	.gsp-prompts-list{
	grid-template-columns: 1fr;
        margin-bottom: 25px;
		}
.gsp-prompts-list .gsp-prompt-button {
  
    margin: 0 0 20px;
}.gsp-inner {
    position: static;
	
}
.transcript-turn-spacer {
	flex: 0 0 auto;
	will-change: height;
}
.gsp-inner{
	 max-width: 100%;
}
    .gsp-title h3 {
               font-size: 32px;
        padding: 0 18px;
        line-height: 44px;
    }
	.gsp-tagline p.tagline {
    margin: 0 0 15px;
}
.gsp-close {
    top: 15px;
    left: auto;
    right: 15px;
}

.headerContainer {
    width: 100%;
    max-width: 100%;
    padding: 0 2rem;
}
}
@media only screen and (max-width:1025px) {
	
	.gsp-inner {
    max-width: 100%;
}
}

@media only screen and (max-width:991px) {
	.gsp-inner, .headerContainer {
        max-width: 100%;
    }
}
@media only screen and (max-width:767px) {
	.success-stories .initiate-search {
    padding: 0 18px;
    height: 44px;
}
.secondScreen .gsp-hidden-inner {

    align-items: flex-start;
}
	#gsp-search-form textarea {
		        font-size: 16px;
	}
	.headerContainer {
    padding: 0 15px;
}
	  .logoInfoHeader h2 {
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0%;
}
.header-chat {
    padding: 8px 0;
}
    .logoInfoHeader span {
    font-size: 12px;
         line-height: normal;
}
    .logoInfoHeader {
    margin-left: 10px;
}
    .chat-view.gsp-chat-view .prompForm {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 0.7rem;
    }
    .gsp-banner {
        margin: 0 auto 10px;
        width: 52px;
    }
       .gsp-title h3 {
       font-size: 24px;
        line-height: 30px;
        margin: 0 0 10px;
        font-weight: 700;
    }
	.gsp-banner img {
    max-width: 100%;
}

#gsp-overlay {
    padding: 0;
}

.gsp-inner {
	padding: 90px 15px 0;
}
div#gsp-results {
    height: 70vh;
    padding: 0;
	margin: 0;
}
.gsp-prompts-list {
        margin: 0 0 10px;
    }
    .gsp-tagline p.tagline {
        font-size: 14px;
        line-height: 24px;
        color: rgba(30, 8, 32, 1);
    }
      .gsp-prompts-list .gsp-prompt-button {
        margin: 0 0 16px;
		    font-size: 14px;
    font-weight: 300;
    color: rgba(26, 26, 26, 1);
    }



.ulLinks a {
    word-break: break-all;
}
.ulLinks a {
    padding-right: 20px;
    padding-left: 20px;
}
.user-msg p {
    background-color: #F5F8FF;
    display: inline-block;
    padding: 9px 15px;
    border-radius: 16px;
    text-align: left;
    font-family: Outfit;
    font-weight: 300;
    line-height: 150%;
    vertical-align: middle;
}
.descChat p {
    font-family: Outfit;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    vertical-align: middle;
}
    .ulLinks a {
        padding-right: 20px;
        padding-left: 20px;
        font-family: Outfit;
        font-weight: 300;
        font-size: 14px;
        line-height: 150%;
        color: rgba(26, 26, 26, 1);
    }
}
@media only screen and (max-width:479px) {

.user-msg {
    width: 313px;
    margin: 0 0 24px auto;
}
}
@media only screen and (max-width: 767px) and (max-height: 700px) {
.gsp-prompts-list .gsp-prompt-button:last-child {
    display: none;
}
}

@media only screen and (max-height: 640px) and (min-width: 1199px) {
    .gsp-title h3, .gsp-banner {
        margin-bottom: 20px;
    }
}