.newchat-front-container {
    display: none;
}
#newchat-front-container {
    position: fixed;
    z-index: 9999; 
}
.bottom-right #newchat-front-container {
    right: 20px;
    bottom: 30px; 
}
.bottom-left #newchat-front-container {
    left: 20px; 
    bottom: 30px; 
}
.top-right #newchat-front-container {
    right: 20px;
    top: 30px; 
}
.top-left #newchat-front-container {
    left: 20px; 
    top: 30px; 
}
#newchat-front-button {
    background-color: transparent;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 0;
    gap: 10px;
}
.top-left #newchat-front-button,
.bottom-left #newchat-front-button {
    flex-direction: row-reverse;
}

#newchat-front-button  span.chat-bubble-text {
    display: none;
    font-size: 16px;
    padding: 10px 20px;
    color: white;
    font-weight: 700;
    position: relative;
    top: 2px;
}
#newchat-front-button img {
    display: none;
    width: 55px; /* Icon size */
    height: 55px; /* Icon size */
    min-width: 55px;
    object-fit: contain;
    border-radius: 100%;
    object-position: center;
	padding: 5px;
}
#newchat-front-button span.chat-bubble-live {
    position: absolute;
    background-color: #b09a53;
    right: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 17px;
    color: #ffffff;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
    border: 1px solid #FFF;
}
#newchat-popup {
    position: fixed;
    width: 350px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 9999;
    border-radius: 25px;
    height: calc(100vh - 115px);
    max-height: 670px;

}
.bottom-right #newchat-popup {
    bottom: 30px;
    right: 20px;
}
.bottom-left #newchat-popup{
    bottom: 30px;
    left: 20px;
}
.top-right #newchat-popup {
    top: 30px;
    right: 20px;
}
.top-left #newchat-popup{
    top: 30px;
    left: 20px;
}
.newchat-default-que .default-ques-title h3{
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    margin-bottom: 8px;
    line-height: 1.1em;
}
.default-ques-description p{
    font-size: 14px;
    line-height: 22px;
}
#newchat-popup-inner {
    position: relative;
    height: 100%;
    border-radius: 25px;
/*    background-color: #f9f6f2 !important;*/
    box-shadow: 0px 0px 30px 0px #00000029;
    overflow: hidden;
}
#newchat-refresh-button {
/*    top: 12px !important;*/
    right: 50px !important;
    display:none;
}
#newchat-refresh-button,
#newchat-close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    line-height: 0px;
    width: 30px;
    height: 30px;
}
#newchat-refresh-button img,
#newchat-close-button img{
	width:30px;
	height:30px;
}
.newchat-default-que{
    padding-bottom: 20px;
}
.newchat-inner-ques{
    gap: 8px;
    margin-top: -30px;
    display: flex;
    height: fit-content;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
}
.newchat-inner-ques div {
    font-size: 14px;
    line-height: 18px;
    border-radius: 10px !important;
    filter: drop-shadow(1px 2px 1px #000000ad);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 10px;
    cursor: pointer;
    color: white;
    height: 44px;
    border-radius: 100px;
    background: #b09a53;
}
#newchat-refresh-button,
#newchat-close-button,
.newchat-inner-ques div{
    transition: all 0.3s ease-in-out;
    
}
#newchat-refresh-button:hover,
#newchat-close-button:hover,
.newchat-inner-ques div:hover{
    transform: rotate(0deg) scale(1.03) !important;
}
.newchat-chatbox-header{
    width: 100%;
    height: 10%;
}
.newchat-chatbox-header ul.tabs-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    top: 10px;
    left: 10px;
    gap: 8px;
    flex-wrap: wrap;
    margin-left: 10px;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    margin: 0 0 0 10px;
}
.newchat-chatbox-header ul.tabs-nav li{
    padding: 0px 5px !important;
    background: #6a6e57eb;
    /* margin: 0 5px !important; */
    width: 35px !important;
    height: 35px !important;
    border-radius: 6px;
    padding: 0 !important;
    line-height: 35px !important;
    margin: 0;
}
.newchat-chatbox-header ul.tabs-nav li a {
    width: 35px;
    height: 35px;
/*    padding: 5px;*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.newchat-chatbox-header ul.tabs-nav li.tab-active, 
.newchat-chatbox-header ul.tabs-nav li:hover{
    background-color: #b09a53;
    transform: rotate(0deg) scale(1.03) !important;
}
#site-nevigation .site-navigation-main .site-navigation-inner span {
    color: #444444;
    display: block;
    font-size: 13px;
    line-height: 18px;
}
.newchat-chatbox-header ul.tabs-nav li img{
    width: 20px;
    height: 20px;
    padding: 0px !important;   
    display: block;
    max-width: 20px;
    object-position: center;
    min-width: 20px;
    margin: 0 auto !important;
    display: block;
}
/*#newchat-chatbox-body #chat,
#newchat-chatbox-body #site-nevigation,
#newchat-chatbox-body #searchbar
{   
    padding: 10px 20px;
    height: 80%;
    width: 100%;
    overflow-y: auto;

}*/
#newchat-chatbox-body {
    padding: 10px 20px;
    height: 76%;
    width: auto;
    overflow-y: auto;
}
.newchat-chatbox-footer{
    width: auto;
    height: 10%;
    padding: 10px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: space-evenly;
    font-size: 14px;
    font-family: inherit;
}
.newchat-chatbox-footer img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.newchat-inner-ques .inner-ques-chat:hover {
    transform: scale(1.03) !important;
}
.newchat-default-que {
    padding-bottom: 20px;
}
.newchat-inner-ques-response .newchat-inner-main .inner-ques-chat.right{
    margin-left: 10px;
}
.inner-parent-ques.right,
.inner-ques-chat.right {
    font-size: 14px;
    text-align: right;
    background: #6a6e57eb;
    margin-left: auto;
    border-radius: 16px 16px 0 16px;
    color: #FFF;
    padding: 12px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
}
.newchat-inner-main .inner-ques-chat.right {
    cursor: pointer;
    border-radius: 16px;
    transition: all 0.3s ease-in-out;
}
.newchat-inner-main .inner-ques-chat.right:hover{
    transform: scale(1.03) !important;
}
.newchat-inner-main .inner-ques-chat.right a{
    color: inherit;
    text-decoration: underline !important;
}
.newchat-inner-ques-response .newchat-inner-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    /* text-align: left; */
}
.newchat-inner-ques-response .newchat-parent-main{
    display: flex;
    flex-direction: column;
}
.newchat-end-message {
    text-align: center;
    padding: 10px 0;
    background: #b09a53;
    border-radius: 10px;
    color: #FFF;
    margin: 10px 0;
}
.inner-parent-desc.left{
    text-align: left;
    display: flex;
    align-content: center;
    gap:10px;
    align-items: flex-start;
}
.inner-parent-desc.left img{
    margin-top: 10px;
    object-fit: cover;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    min-width: 50px;
    object-position: center;
/*    padding: 10px;*/
}
.inner-desc {
    padding: 12px 15px;
    margin: 5px 0;
    font-size: 14px;
    line-height: 18px;
    border-radius: 0 16px 16px 16px;
    background: #b09a53;
    color: #FFF;
} 
.inner-desc a {
    color:inherit !important;
    text-decoration: underline !important;
}
.inner-desc ul {
    list-style: disc;
    margin-left: 15px;
}
.inner-ques-chat {
    padding: 12px 15px;
    margin: 0;
    color: white;
    border-radius: 0 16px 16px 16px;
    font-size: 14px;
    line-height: 18px;
}
.newchat-inner-ques div{
	margin:0;
    transition: all 0.2s ease-in-out;
}


.inner-ques-chat, .inner-parent-ques, .inner-parent-desc {
    opacity: 0;
    animation-name: chatanimation;
    -webkit-animation-name: chatanimation;
	animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
	animation-delay: 1.05s;
}
div#newchat-chatbox-loader {
    position: absolute;
    background-color: rgb(176 154 83);
    opacity: 0.8;
    inset: 0;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    align-self: center;
    vertical-align: middle;
}
div#newchat-chatbox-loader img{
    filter: unset;
    width: 100%;
    max-width: 70px;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}

#newchat-prev-button{
    font-size: 14px;
    line-height: 10px;
    box-shadow: none;
    margin-left: 20px;
    padding: 6px 10px;
    margin-top: -8px;
}

#newchat-chatbox-body #searchbar {
    margin-top: 20px;
}

#searchbar .search-container {
    display: flex;
    align-items: center;
    position: relative;
}

.search-container input[type="text"] {
    padding: 8px 30px 8px 10px !important;
    border: 1px solid #e1e1e1 !important;
    margin: 0 !important;
    color : #000000 !important;
    height: 45px !important;
    border-radius: 6px !important;
    font-size: 15px !important;
}

.search-icon {
    background: none;
    border: none;
    position: absolute;
    right: 10px;
    cursor: pointer;
    padding: 8px;
    font-size: 16px;
    padding: 0;
}

.search-icon img {
    width: 18px;
    height: auto;   
    top: 2px;
    position: relative;
}
div#search-results-main {
    margin-top: 10px;
}
#search-results {
    /* margin-top: 5px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px #e5e5e5;
    border-radius: 6px; */
    margin-top: 5px;
    background-color: unset;
    box-shadow: unset;
    border-radius: 6px;
    display: flex
;
    flex-wrap: wrap;
}
.search-result-item {   
    border-bottom: unset;
}
.search-result-item.no-result,
.search-result-item a {
    padding: 0px;
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 22px;
}
.search-result-item.no-result{
    color: #ff0000 !important;
    /* text-align: right !important; */
    padding: 12px 15px;
}
.search-result-item a:hover {
    background-color: unset;
}

.search-result-item a {
    color: #fff;
    text-decoration: none;
}

.search-result-item a:hover {
    text-decoration: underline;
}

#site-nevigation .site-navigation-main {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
    gap: 15px;
}
#site-nevigation .site-navigation-main .site-navigation-inner:hover,
#site-nevigation .site-navigation-main .site-navigation-inner.active {
    background: #ebebeb;
}
#site-nevigation .site-navigation-main .site-navigation-inner {
    width: calc(33.33% - 10px);
    text-align: center;   
    margin: 0;
    border-radius: 6px;
}
#site-nevigation .site-navigation-main .site-navigation-inner a {
    padding: 10px;
    display: block;
    text-decoration: none !important;
}
.site-navigation-inner a img {
    width: 55px;
    height: auto;
    max-width: 100%;
	aspect-ratio: 16 / 16;
    object-fit: contain;
}
/*.newchat-chatbox-header ul.tabs-nav {
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
    margin-bottom: 0;
}*/
@keyframes chatanimation{
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
.search-result-item span{
    width: 100%;
    display: block;
    font-size: 14px;
    padding: 0;
    background-color: unset;
    line-height: 20px;
    text-decoration: none !important;
    display: inline-block;
    position: relative;
    font-weight: normal;
}
.search-result-text.left-side {
    display: none;
    text-align: left;
    display: flex;
    align-content: center;
    gap: 10px;
    align-items: flex-start;
}
.search-result-text.left-side p{

    padding: 12px 15px;
    margin: 5px 0;
    font-size: 14px;
    line-height: 18px;
    border-radius: 0 16px 16px 16px;
    background: #b09a53;
    color: #FFF;
    margin-right: 0px;
}
.search-result-text.left-side p span{
    cursor: pointer;
    font-weight: 600;
    text-decoration: underline;
}
.search-result-text.left-side img {
    margin-top: 10px;
    object-fit: cover;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    min-width: 50px;
    object-position: center;
    padding: 10px;
}
.search-result-item.right-side {
    text-align: left;
    background: #6a6e57eb;
    margin-left: auto;
    cursor: pointer;
    border-radius: 16px;
    transition: all 0.3s ease-in-out;
    color: #FFF;   
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    margin-left: 10px;
}
.search-result-item.right-side a{
    padding: 12px 15px;
    font-weight: 600;
}
.search-result-item.right-side:hover{
    transform: scale(1.03) !important;
}
.search-result-text, .search-result-item {
    opacity: 0;
    animation-name: chatanimation;
    -webkit-animation-name: chatanimation;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-delay: 1.05s;
}



@media (max-width:550px){
    #newchat-popup-inner{
        width: 100%;
        bottom: 0;
        right: 0;
        top: 0;
        border-radius: 0;
        position: fixed;
        border: none;
        overflow: hidden;
        height: 100vh;
        max-height: 100vh;
        padding-bottom: 20px;
        z-index: 999999;
    } 
    .inner-parent-desc.left{
        gap: 10px;
    }
}


@media (max-width: 768px) {
    .chat-bubble-text.popup-text-enable-mobile {
        display: none !important;
    }
}
