.chat {
    z-index: 100;
    position: fixed;
    bottom: 10px;
    right: 40px;
    direction: rtl;

}

.hintDiv {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    color: #86898C;
    font-size: 15px;
    margin-right: 50px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    direction: ltr;
}



.hintDiv p {
    margin-top: 0px;
    direction: rtl;

}

.closeHintIconStyle {
    width: 14px;
    height: 14px;
    cursor: pointer;
}




.chatBotOpenBtn {
    background-color: #173470;
    border-radius: 50%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    width: 75px;
    height: 75px;
    padding: 10px;
}


.notificationCircle {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 100;
    background: #FF2F2F;
    color: white;
    font-size: 18px;
    bottom: 45px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}


.chatBotPopup {
    display: none;
    max-height: 85%;
    height: 492px;
    width: 354px;
    flex-direction: column;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.19);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 0px 0px;
}


.chatHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    border-width: 1px 1px 0.5px 1px;
    border-color: rgba(0, 0, 0, 0.19);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 10px 10px 0px 0px;
}


.online {
    font-size: 12px;
    margin-top: -11px;
    color: gray;
}

.onlineContainer {
    display: flex;
    justify-content: center;
    margin-right: -10px;
}



.chatMsgsArea {
    flex: 1;
    overflow: auto;
    text-align: center;

}



.inputBoxStyle {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}




.inputDataStyle {
    flex: 1;
    border: none;
    padding: 10px;
    font-size: 15px;
    color: #000;
    background-color: white;
    outline: none;
    direction: ltr;
    text-align: right;
}

.userText {
    display: flex;
    justify-content: end;
}

.userText span {
    background-color: rgba(237, 238, 239);
    color: black;
    overflow-wrap: anywhere;
    max-width: 245px;
    padding: 15px;
    border-radius: 15px;
    border-bottom-left-radius: 0px;
    font-size: 15px;
    animation: floatup .5s forwards;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 5px;
}


#boltStyle {
    background-color: white;
    color: #173470;
    font-size: 50px;
    font-weight: bold;
    animation: floatup .5s forwards;

}

.botTextMsgStyle {
    display: flex;
    align-items: end;

}

.botTextMsgStyle span {
    background-color: #173470;
    color: white;
    padding: 15px;
    overflow-wrap: anywhere;
    border-radius: 15px;
    border-bottom-right-radius: 0px;
    margin-right: 3px;
    font-size: 15px;
    animation: floatup .5s forwards;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 5px;
    white-space: break-spaces;
}

.erorrStyle span {
    border: 1px solid red;
}


.botTextMsgStyle img {
    background-color: white;
    padding: 5px;
    animation: floatup .5s forwards;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}



.sendIconStyle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 5px;
}



.headerIconStyle {
    border-radius: 15px;
    padding: 8px;
    width: 55px;
    height: 55px;
    margin-left: 5px;
}

.header {

    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.headerIcons {
    display: flex;
    margin-right: 10px;
}


.answertBtn {
    width: 45px;
    margin-left: 10px;
    color: black;
    background-color: white;
    border-radius: 5px;
    border: 1px solid gray;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px;
}


.gradesBox {
    display: inline-block;
    color: white;
    border-radius: 10px;
    margin: 8px;
    animation: floatup=.5s forwards
}



.gradesBtnStyle {
    background-color: white;
    color: black;
    border: 1px solid gray;
    border-radius: 10px;
    font-size: 15px;
    margin: 5px;
    width: 241px;
    cursor: pointer;
    padding: 5px;
}

.backToMainMenuBtnStyle {
    background-color: #173470;
    color: white;
    border: 1px solid gray;
    border-radius: 10px;
    font-size: 12px;
    cursor: pointer;
    height: 35px;
    margin-left: 10px;
    padding: 5px;
}

.choiseNextProcessBtn {
    background-color: white;
    color: black;
    border: 1px solid gray;
    border-radius: 10px;
    font-size: 15px;
    margin: 5px;
    width: 200px;
    height: 37px;
    cursor: pointer;

}



.circleOnline {
    width: 8px;
    height: 8px;
    background: rgba(125, 222, 134);
    border-radius: 50%;
    margin-left: 4px;
    margin-top: -5px;
}

.timeStyle {
    color: gray;
    font-size: 12px;
    font-weight: bold;
}

#chatbox {
    padding: 10px;
}

#chatOpenCloseBtnContainer {
    cursor: pointer;
    display: contents;
}

#outerChatContainer {
    animation: chatBotBtnMove 2s infinite;
    animation-direction: alternate;
}




@keyframes chatBotBtnMove {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0px, 10px);
    }
}


@keyframes floatup {
    from {
        transform: translateY(20px);
        opacity: .0;
    }

    to {
        transform: translateY(0px);
        opacity: 1;
    }
}






@media screen and (max-width:530px) {
    .chatBotPopup {
        width: 95%;

    }

}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


/*ScrollBar width */
.chatMsgsArea::-webkit-scrollbar {
    width: 10px;
}


/*ScrollBar Handle */
.chatMsgsArea::-webkit-scrollbar-thumb {
    background: #173470;
    border-radius: 10px;
}