.loginWallOverlay{
    display: block;
    z-index: 6;
    position: fixed;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 100%;
    transform: translate(-50%,-50%);
    background-color: rgba(0, 0, 0, 0.18);
}
.limitError{
    position: fixed;
    left: 1%;
    bottom: 15%;
    z-index: 999;
    display: none;
}
.snackbar {
    position: fixed;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    background-color: #f44336;
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    bottom: 10%;
    margin-left: 20px;
    z-index: 3;
  }
  
  .snackbar.error {
    background-color: #f44336;
  }
  .message {
    margin-left: 16px;
    font-size: 14px;
    font-weight: 500;
  }
.shareOverlay{
    font-family:'Roboto', sans-serif !important;
    display: none;
    z-index: 6;
    position: fixed;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 100%;
    transform: translate(-50%,-50%);
    background-color: rgba(0, 0, 0, 0.18);
}
.shareOverlay *{
    font-family:'Roboto', sans-serif !important;
}
#chatBotTextArea::placeholder {
    font-family:'Roboto', sans-serif !important;
}
.inputButton:disabled{
    opacity: 0.6;
    cursor: not-allowed;
}
.sharing{
    font-weight: 400;
    display: flex;
    flex-direction: column;
    position: relative;
    bottom: -35%;
    width: 28.125rem;
    background-color: #ffffff;
    margin: auto;
    border-radius: 10px;
}
.sharing *{
    font-weight: 400 !important;
}
.sharingHeading{
    padding: 16px;
    padding-top: 6.4px;
    padding-bottom: 6.4px;
    color: rgba(0,0,0,0.87);
    display: flex;
    font-size: 1.125rem;
    font-style: normal;
    text-align: center;
    align-items: center;
    font-weight: 500;
    line-height: 1.438rem;
    letter-spacing: 0.009rem;
    justify-content: space-between;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 5px;
    margin-top: 5px;
}
.sharingHeading h2{
    font-size: 18px;
    text-align: center;
    flex-grow: 2;
    margin: 0 !important;
}
.closeButton{
    display: flex;
    align-items: center;
    border: none;
    background-color: white;
    width: 2.2rem;
    height: 2.2rem;
}
.closeButton:hover{
    background-color: #e0e0e0;
    border-radius: 50%;
}
.oneShare{
    display: flex;
    width: 100%;
    cursor: pointer;
    height: 48px;
    position: relative;
    background: rgb(255, 255, 255);
    margin-bottom: 12px;
    border-left: 5px solid #ffffff;
}
.oneShare:hover{
    border-left: 5px solid #0c71c3;
    background-color: #e0e0e0;
}
.innerOneShare{
    display: flex;
    width: 93%;
    margin: auto;
    align-items: center;
    font-size: 16px;
}
.innerOneShare img{
    margin-right: 10px;
}
.innerOneShare p{
    margin: 0;
}
.shareIcon{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    border-radius: 50%;
}
.facebook{    
    width: 2.125rem;
    height: 2.125rem;
    border: 0.063rem solid rgb(59, 89, 152);
    background-color: rgb(59, 89, 152);
    color: rgb(241, 242, 242);
}
.twitter{
    width: 2.125rem;
    height: 2.125rem;
    border: 0.063rem solid rgb(85, 172, 238);
    background-color: rgb(85, 172, 238);
    color: rgb(241, 242, 242);
}
.linkedinShare{
    width: 2.125rem;
    height: 2.125rem;
    border: 0.063rem solid rgb(0, 122, 185);
    background-color: rgb(0, 122, 185);
    color: rgb(241, 242, 242);
}
.whatsapp{
    width: 2.125rem;
    height: 2.125rem;
    border: 0.063rem solid rgb(79, 206, 93);
    background-color: rgb(79, 206, 93);
    color: rgb(241, 242, 242);
}
.copyLink{
    color: #6f6f6f;
    width: 2.125rem;
    border: 0.063rem solid #e0e0e0;
    height: 2.125rem;
    display: flex;
    align-items: center;
    margin-right: 1rem;
    border-radius: 50%;
    justify-content: center;
    background-color: #e0e0e0;
}
.mainChatBot{
    font-family:'Roboto', sans-serif !important;
    flex: 1;
    width: 100%;
    height: calc(100vh - 220px);
    position: relative;
}
.mainChatBot *{
    font-family:'Roboto', sans-serif !important;
}
.startChating{
    display: none;
    height: 100%;
}
.startChatingBackground{
    height: 100%;
    position: absolute;
    top: 0;
    background-image: url("/images/chatBot/chat-bg.png");
    background-repeat: repeat;
    opacity: 0.2;
    width: 100%;
    z-index: -1;
}

.chatingDiv{
    gap: 16px;
    width: 100%;
    height: calc(100vh - 220px);
    display: grid;
    z-index: 1;
    overflow: auto;
    position: relative;
    align-items: flex-end;
    padding-top: 16px;
    grid-template-columns: 1fr;
    padding-bottom: 0px;
}
.chating{
    width: 70%;
    margin: 0 auto;
    max-width: 1057px;
}
.inputDiv{
    z-index: 1;
    transform: translate();
    bottom: 0;
    width: 100%;
    padding-top:20px;
    padding-bottom: 20px;
    border-top: 1px solid #e0e0e0;
    background-color: white;
}
.innerInputDiv{
    display: flex;
    width: 70%;
    max-width: 1058px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    align-items: center;
    padding: 10px 16px 10px 16px;
}
.textareaElement {
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    border: none;
    outline: none;
    width: 100%;
    max-height: 80px;
    font-family:'Roboto', sans-serif !important;
}
.textareaElement .hamburger-icon {
    display: none;
}
.floating-icon--close {
    display: none !important;
}
.js-floating-icon--close{
    display: none !important;
}
.textareaContainer{    
    flex-grow: 1;
}
.inputButton{
    border: none;
    background-color: white;
    margin-left: auto;    
    outline: none;
}
.inputButton img{
    height: 25px;
    width: 25px;
}
.individualChat{
    display: block;
    padding: 11px 16px 9px 16px;
    border-radius: 8px;
    color: rgba(0, 0, 0, 0.87);
    border: 1px solid rgba(251, 175, 25, 0.6);
    background-color: #ffffff;
    max-width: 80%;
    margin-bottom: 16px;
}
.individualChat p{
    margin-bottom: 0 !important;
}
.userChat{
    background-color: #fff8eb;
    width: fit-content;
    max-width: 80%;
    left: 100;
    right: 0;
    margin-left: auto;
}
.aiChat{
    display: flex;
}
.aiChatImg{
    display: flex;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    padding: 2.4px;
    overflow: hidden;
    border: 1px solid #b7b7b7;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.32);
    border-radius: 50%;
    background-color: #fff;
    margin-right: 16px;
}
.aiChatImg img{
    width: 28px;
    height: 17px;
    margin: auto;
}
.loader{
    width: 59px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid rgba(251, 175, 25, 0.6);
    background-color: #ffffff;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    padding: 16px;
}

.loader span{
    height: 7px;
    width: 7px;
    margin-right: 3px;
    border-radius: 50%;
    border: 1px solid rgba(251, 175, 25, 0.6);
    background-color: #fbaf19;
    animation: loading 1s linear infinite;
}
.chatBotContainer{
    overflow-y: auto;
    z-index: 1;
    padding-top: 35px;
    width: 90%;
    position: relative;
    height: 100%;
    height: 75vh;
}
.upper{
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(180deg, #ffffff 0%, #eef5fa 100%);
    border-bottom-left-radius: 250% 760px;
    border-bottom-right-radius: 250% 760px;
}
.lower{
    z-index: -1;
    top: 50%;
    left: 0;
    width: 100%;
    height: 61%;
    background-position-y: 70%;
    opacity: 0.4;
    background-repeat: no-repeat;
    background-size: contain;
    background-image:url("https://www.mim-essay.com/images/book-an-appointment/monuments_liberty.png") ;
}
.upperHeading{
    color: #0C71C3;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0;
}
.headingShareButton{
    margin: 0 auto;
    padding: 35px 10px;
    max-width: 800px;
    max-width: 800px;
    display: flex;
    align-items: center;
    gap: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shareButton{
    color: #0C71C3;
    border: 1px solid #0C71C3;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    border-radius: 36px;
    text-transform: uppercase;
    background-color: #fff;
}
.shareButton span{
    color: #0c71c3;
    font-size: 14px;
    font-weight: 400 !important;
    text-transform: uppercase;
    margin-left: 8px;
}
.lowerHeading{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 24px;
    text-align: center;
}
.questionCards{
    max-width: 1104px;
    width: 100%;
    margin: auto;
    padding-bottom: 10px;
}
.questionCard{
    padding: 16px 16px 24px 16px;
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
    border-radius: 4px;
    background-color: #fff;
    margin: 0px 8px;
}
.image{
    width: 94px;
    border: 1px solid #d2e6f6;
    height: 94px;
    margin: 0px auto 12px auto;
    display: flex;
    align-items: center;
    border-radius: 14px;
    justify-content: center;
    background-color: #f7fbff;
}
.written{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
}
.questions{
    gap: 8px;
    display: grid;
    grid-template-columns: 1fr;
}
.questions button{
    color: rgba(0, 0, 0, 0.87);
    border: 1px solid rgba(0, 0, 0, 0.16);
    padding: 10px 16px;
    font-size: 15px;
    text-align: left;
    font-weight: 400;
    line-height: 1.4;
    border-radius: 8px;
    text-transform: inherit;
    justify-content: flex-start;
    background-color: white;
}
.hoverEffect {
    position: relative;
    overflow: hidden;
    outline: none;
  }
.hoverEffect:hover{
    background-color: rgba(0, 0, 0, 0.04);
}
.hoverEffect:active{
    background-color: rgba(0, 0, 0, 0.08);
}
.login{
    position: fixed;
    left: 50%;
    top:50%;
    transform: translate(-50%, -40%);
    margin:auto;
    width: 516px;
    height: 80%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    background-color: #ffffff;
    z-index: 3;
}
.login p{
    margin: auto;
    width: 70%;
    text-align: center;
    margin-bottom: 30px;

}
.login span{
    color: #c53e46;
    font-weight: 600;
}
.loginHeading{
    margin: auto;
    width: 70%;
    font-size: 17px;
    text-align: center;
    margin-bottom: 10px;

}
.slashPara{
    margin: auto;
    display: flex;
    align-items: center;
    width: 70%;
    font-size: 14px;
    margin: auto;
    margin-bottom: 14px;
}
.slashPara p{
    font-size: 14px;
    width: 20%;
    color: #6c6c6c;
    display: inline;
    margin: 0;
}
.line{
    width: 40%;
    height: 0;
    border: 1px solid #6c6c6c;
}
.optionButton{
    display: flex;
    width: 50%;
    margin: auto;
    padding: 5px;
    border:  1px solid rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    background-color: #ffffff;
}
.optionButton button{
    width: 50%;
    border: 0;
    background: #ffffff;
}
.activeButton{
    background-color: #ddeafb !important;
    border: 1px solid #82aee3 !important;
    border-radius:20px ;
}
.chatBotLoginWall input{
    width: 100%;
    margin: 15px auto 0;
    border-radius: 4px;
    border: 1px solid #bebebe;
    background-color: #ffffff !important;
    color: #222;
    font-size: 15px;
    outline: unset;
    padding: 8px 10px;
}
@media screen and (max-width: 960px) {
    .chatBotContainer{
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow-y: auto;
        height: auto;
    }
    .questionCards{
        flex-wrap: wrap;
    }
    .questionCard{
        flex: 0 1 auto  ;
    }
    .lastcard{
        
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 700px) {
    .uv--sign-up-modal-form{
        width: 90% !important;
    }
    .sharing{
        width: 100%;
        bottom: 0%;
        position: absolute;
        height: max-content;
    }
    .mainChatBot{
        height: max-content!important;
    }
   .upper{
        height: 400px;
        background-image: none;
        background-color: #f3f8fc!important;
   }
   .lower{
        background-position-y: 70%;
   }
   .headingShareButton{
        padding-top: 0;
        padding-bottom: 10px;
   }
   .startChating{
        padding-top: 6px;
   }
   .startChating *{
        font-weight: 400 !important;
   }
   .chatBotContainer{
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow-y: auto;
        height: auto;
   }
   .questionCards{
       flex-direction: column;
       width: 100%;
    }
    .questionCard{
        margin-bottom: 15px;
    }
    .lastcard{
        margin-bottom: 0 !important;
    }
   .upperHeading{
       font-size: 24px;
   }
   .shareButton{
        width: 32px;
        height: 32px;
        border-radius: 17px;
        border: 1px solid #0c71c3;
        background-color: #ffffff;
        justify-content: center;
        display: flex;
        align-items: center;
   }
   .shareButton span{
    display: none;
   }
   .innerInputDiv{
    width: 90%;
   }
   .inputDiv{
    padding-top: 16px;
    padding-bottom: 16px;
   }
   .chatingDiv{
    height: calc(100vh - 230px);
    padding-bottom: 100px;
   }
   .chating{
    width: 90%;
    margin: 0 auto;
    max-width: 1057px;
   }
   .aiChatImg{
    width: 28px;
    height: 28px;
    flex: none;
   }
   .aiChatImg img{
    width: 20px;
    height: 20px;
   }
   .individualChat{
    padding: 11px 8px 9px 8px;
   }
  }

  @keyframes loading {
    0%{
     transform: translateX(0);
    }
    25%{
     transform: translateY(5px);
    }
    50%{
     transform: translateY(-5px);
    }
    100%{
     transform: translateX(0);
    }     
}

.backgroundContainer{
    position: absolute;
    height: 100%;
    width: 100%;
}
.startingPage{
    position: relative;
    height: 100%;
}
@media screen and (max-height:740px) and (min-width:768px){
    .mainChatBot{
        height: calc(100vh - 180px)!important;
    }
}