body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

.need-help {
    width: 120px;
    height: 120px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 3;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
 }
 .need-help .need-help-text {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 2px;
    animation: textRotation 20s linear infinite;
}
.need-help svg {
    width: 100%;
    height: 100%;
}
.need-help img.need-help-icon {
    width: 90px;
    height: 90px;
    object-fit: contain;
}
@keyframes textRotation {
    to {
      transform: rotate(-360deg);
    }
}

.popup-main-suggestion {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    cursor: pointer;
}

.popup-main-suggestion .popup-main-suggestion-flex img {
    width: 50px;
    float: right;
}

/* popup 2 start */
.popup-main-suggestion-close {
    float: right;
}

.popup-main-suggestion-close-icon {
    background-color: #4086F4;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-top: 20px;
}

.popup-main-suggestion-close-icon:hover {
    background-color: #3162af;
}

.popup-main-first {
    background: linear-gradient(0deg, #FFFFFF 0%, #1F76FF 100%);
    border: 1px solid #CAD9F2;
    box-shadow: 0px 8px 17px 0px #0000001A;
    border-radius: 30px;
    max-width: 320px;
    padding: 15px 10px;
}

.popup-main-top-header-button a:hover {
    opacity: 0.7;
}

.popup-main-top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.popup-main-top-heading h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin: 10px 0;
}

.popup-main-white-box {
    box-shadow: 0px 4px 8px 0px #0000001A;
    background-color: #FFFFFF;
    border-radius: 24px;
    padding: 15px;
}

.popup-main-white-box h4 {
    margin: 0;
    font-weight: 500;
    font-size: 15px;
    color: #1E2022;
}

.popup-main-white-box input {
    border: 1px solid #E6E6E6;
    padding: 15px;
    width: 100%;
    border-radius: 14px;
    box-sizing: border-box;
    margin-top: 10px;
}

.popup-main-white-box input::placeholder {
    color: #7B7B7B;
    font-size: 16px;
    font-weight: 500;
}

.popup-main-white-box p {
    color: #4086F4;
    font-weight: 500;
    font-size: 13px;
    padding-top: 10px;
    margin: 0;
}

.save-button {
    background-color: #4086F4;
    width: 100%;
    text-align: center;
    border-radius: 14px;
    padding: 15px;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}

.save-button:hover {
    background-color: #3162af;
}

/* popup 2 end */
/* popup 3 start */
.chatbot__input-box {
    position: relative;
    bottom: 0;
    width: 100%;
    display: flex;
    gap: 5px;
    align-items: center;
    background: #FFFFFF;
    padding: 10px;
    box-sizing: border-box;
    left: 0;
    right: 0;
    box-shadow: 0px -1px 4px 0px #0000001A;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.chatbot__input-box span {
    background-color: #4086F4;
    border-radius: 10px;
    width: 55px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.chatbot__input-box span:hover {
    background-color: #3162af;
}

.chatbot__textarea {
    width: 100%;
    font-size: 0.95rem;
    color: #202020;
    resize: none;
    background: transparent;
    border: solid 1px #E6E6E6;
    border-radius: 14px;
    padding: 10px;
    padding-right: 35px!important;

}

.poup-chatbot-section-main {
    padding: 0;
}

.poup-chatbot-section {
    padding: 10px;
    height: 270px;
    overflow: auto;
}

.poup-chatbot-section::-webkit-scrollbar {
    display: none;
}

.chat-boat-section {
    padding: 5px;
}

.chat-boat-section .popup-main-top-header {
    padding: 10px;
    padding-bottom: 0;
}

.chat-boat-section .popup-main-white-box .chatbot__input-box input {
    margin-top: 0;
}

.chat-boat-section .chatbot__input-box .chatbot__input {
    position: relative;
    width: 100%;
}

.chatbot-emoji {
    position: absolute;
    top: 12px;
    right: 7px;
    cursor: pointer;

}

.chat-boat-section .popup-main-white-box p:empty {
  display: none;
}
.chat-boat-section .popup-main-white-box p,
.chat-boat-section .popup-main-white-box li {
    color: #31353B;
    font-weight: 500;
    font-size: 14px;
    padding: 3px 0;
    line-height: 18px;
}
.chat-boat-section .popup-main-white-box h1{
    font-size: 20px;
}
.chat-boat-section .popup-main-white-box h2{
    font-size: 18px;
}
.chat-boat-section .popup-main-white-box h3{
    font-size: 16px;
}
.chat-boat-section .popup-main-white-box h4,
.chat-boat-section .popup-main-white-box h5{
    font-size: 15px;
}
.chat-boat-section .popup-main-white-box h1,
.chat-boat-section .popup-main-white-box h2,
.chat-boat-section .popup-main-white-box h3,
.chat-boat-section .popup-main-white-box h4,
.chat-boat-section .popup-main-white-box h5{
    line-height: normal;
    margin: 10px 0;
}
.chat-boat-section .popup-main-white-box pre{
    overflow: auto;
    width: 200px;
}

.chat-boat-section .popup-main-white-box ul,
.chat-boat-section .popup-main-white-box ol{
    padding-left: 25px;
    margin: 5px 0;
}

.poup-chat-bot-text {
    background-color: #E9EDF3;
    border-radius: 15px;
    padding: 10px 15px;
    margin-bottom: 5px;
    display: inline-flex;
    flex-direction: column;
}

.poup-chat-bot-logo {
    padding-bottom: 10px;
}

.chat-boat-app-detials {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #4086F4;
    box-shadow: 0px 6px 8px 0px #E3EEFF;
    padding: 10px;
    border-radius: 12px;
    gap: 10px;
    margin-bottom: 10px;
    cursor: pointer;

}

.chat-boat-app-detials p {
    margin: 0;
    color: #4B4F56;
    font-size: 14px;
    font-weight: 500;
}

.popup-chatbot-left-section {
    text-align: left;
    margin-right: 40px;
}

.popup-chatbot-left-section .poup-chat-bot-logo {
    display: flex;
    align-items: center;
    gap: 5px;   
}

.popup-chatbot-right-section {
    margin-left: 40px;
    text-align: right;
}

.popup-chatbot-right-section .poup-chat-bot-logo {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: end;
    margin-top: 5px;
}

.popup-chatbot-right-section .poup-chat-bot-logo span,
.popup-chatbot-left-section .poup-chat-bot-logo span {
    color: #4B4F56;
    font-size: 14px;
    font-weight: 600;
}
.popup-chatbot-right-section .poup-chat-bot-logo span{
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
}

.popup-chatbot-right-section .poup-chat-bot-text {
    background-color: #1B2432;
}

.popup-chatbot-right-section .poup-chat-bot-text p {
    color: #FFFFFF;
}
.popup-chatbot-right-section .poup-chat-bot-text strong {
    font-weight: normal;
}

.popup-chat-boat-button {
    display: flex;
    gap: 10px;
    margin-top: 0;
}

.popup-chat-boat-button .no-button,
.popup-chat-boat-button .yes-button {
    border: 1px solid #D0D0D0;
    background: #FFFFFF;
    color: #31353B;
    font-size: 15px;
    padding: 10px 28px;
    text-decoration: none;
    border-radius: 12px;
}

.popup-chat-boat-button .yes-button {
    background-color: #4086F4;
    color: #FFFFFF;
}

.popup-chat-boat-button .no-button:hover {
    background-color: #4086F4;
    color: #FFFFFF;
}

.popup-chat-boat-button .yes-button:hover {
    color: #31353B;
    background: #FFFFFF;
}

/* popup 3 end */

.poup-chat-bot-text img{
    max-width: 100%
}

.poup-chat-bot-text {
    padding: 3px 10px;
    border-radius: 10px;
    color: #31353B;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}
.chat-boat-app-detials {
    padding: 6px;
    border-radius: 10px;
   gap: 5px;
}
.poup-chat-bot-logo {
    padding-bottom: 5px;
}
.popup-main-suggestion-close-icon {
    margin-top: 10px;
}
.popup-main-top-header {
    margin-bottom: 10px;
}
.popup-main-top-header-button img {
    width: 32px!important;
    height: 32px!important;
}

.popup-main-white-box input {
    padding: 8px 30px 8px 15px!important;
    line-height: 24px;
    font-size: 16px;
}
.chatbot-emoji {
    top: 10px;
}
.popup-main-first {
	width: 310px;
	max-width: inherit;
}
.popup-main-first.chat-boat-section{
    width: 320px;
}
.rate-message .rate-option-main{
    display: flex;
    justify-content:
    space-around; margin-top: 10px;
}
.rate-message .rate-option-main .rate-option{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    padding: 5px;
}
.rate-message .rate-option-main .rate-option.active{
    border: 2px solid #4086F4;
    border-radius: 5px;
}
.rate-message .rate-option-main .rate-option .rate-icon{
    width: 36px;
}
.rate-message .rate-option-main .rate-option .rate-text{
    color: #31353B;
    font-weight: 500;
    font-size: 14px;
}

.end-chat-btn {
  color: #fff;
  text-decoration: none;
  background-color: rgb(46, 85, 146);
  padding: 6px 12px;
  border-radius: 18px;
  font-size: 14px;
}

.disabled-btn{
    cursor:not-allowed!important;
    pointer-events: none;
}
