.chatbot {
    position: relative;
    z-index: 999;
}

.containerChatbot {
    position: fixed;
    left: 1%;
    bottom: 4%;
    float: right;
}

.profile_div {
    padding: 15px;
    position: fixed;
    bottom: 10px;
    direction: rtl;
    left: 0%;
    background-color: #fff;
    border: 1px solid #3C7974;
    display: block !important;
    text-align: center;
    border-radius: 0;
    box-shadow: none !important;
}

.imgProfile {
    object-fit: fill;
    height: 29px;
    width: 29px;
    display: inline-block;
}

.widget {
    display: block;
    opacity: 0;
    overflow: hidden;
    bottom: 96px;
    display: none;
    flex-direction: column;
    margin: 0 20px 0 20px;
    max-width: 450px;
    left: 0;
    right: unset;
    width: 420px;
    z-index: 9999;
    align-items: flex-end;
    justify-content: flex-end;
    position: fixed;
    background: #ffff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.16), 0 0px 5px 0 #00000096;
}

.widget .chat_header {
    height: 70px;
    background: #C8EAE7;
    border-radius: 10px;
    margin: 10px;
    display: flex;
    align-items: normal;
    flex-direction: row;
    gap: 10px;
    border-radius: 10px;
    padding: 5px;
    font-size: 20px;
    font-family: "Tajawal", sans-serif;
    text-align: justify;
    direction: rtl;
    position: relative;
}

.widget .chat_header .avatar_image {
    background-color: #fff;
    display: flex;
    align-items: normal;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-top: 8px;
}

.widget .chat_header .avatar_image .rw-avatar {
    direction: rtl;
    right: 0;
    left: 0;
    float: right;
    width: auto;
    height: auto;
    padding: 3px;
    border-radius: 50%;
    position: relative;
}

.widget .chat_header .chat_header_title {
    color: #17625C;
    direction: rtl;
    text-align: justify;
    font-family: "Tajawal", sans-serif;
    font-size: 0.8rem;
    margin: 0px;
    left: 0;
    position: relative;
    top: 15px;
    line-height: 1.2;
    padding: 0;
}

.widget .chat_header .chat_header_subtitle {
    position: relative;
    top: 15px;
    left: 0;
    bottom: 12px;
    font-size: 0.7rem;
    font-family: "Tajawal", sans-serif;
    font-weight: 400;
    text-align: justify;
    color: #17625C;
    direction: rtl;
    line-height: 2.5;
}

.widget .chats {
    max-height: 50vh;
    height: 385px;
    padding: 10px;
    border-radius: 1px;
    overflow-y: scroll;
    margin-top: 1px;
    transition: 0.2s;
    padding-top: 10px;
}

.widget .chats .botAvatar, .widget .chats .botAvatarWaiting {
    position: absolute;
    right: 0px;
    margin-right: 6px;
    display: inline-block;
    top: 2px;
    bottom: 0px;
    float: right;
    padding: 2px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.widget .chats .botAvatarWaiting {
    position: relative;
}

.widget .chats .rw-group-message {
    direction: rtl;
    font-family: "Tajawal", sans-serif;
}

.widget .chats .rw-group-message .rw-message {
    margin: 10px;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    font-family: "Tajawal", sans-serif;
    flex-wrap: wrap;
    position: relative;
}

.widget .chats .rw-group-message .rw-message.rw-with-avatar {
    justify-content: flex-start;
    margin: 9px 0px;
    display: flex;
    align-items: normal;
    border: 1px dashed #C0DFDD;
    width: max-content;
    max-width: 90%;
    border-radius: 10px;
}

.widget .chats .rw-group-message .rw-message .showStt {
    position: relative;
    top: -20px;
}

.widget .chats .rw-group-message.rw-from-client .rw-message {
    justify-content: flex-end;
}

.widget .chats .rw-group-message.rw-from-client .rw-client {
    margin-left: unset;
    border-radius: 15px;
    padding: 2px 10px;
    text-align: left;
    max-width: 85%;
    overflow-wrap: break-word;
}

.widget .chats .rw-response {
    margin-right: 40px;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 100%;
    width: 90%;
    margin-top: 10px;
    color: #114432;
    font-family: "Tajawal", sans-serif;
    font-weight: 600;
    overflow-wrap: break-word;
    min-height: 40px;
}

.widget .chats .rw-message-text {
    font-size: 13px;
    margin: 0;
}

.widget .chats .rw-client {
    background-color: #fff;
    color: #114432;
    font-family: "Tajawal", sans-serif;
    font-weight: 600;
    border: 1px dashed #C0DFDD;
    border-radius: 10px;
}

.widget .chats .rw-replies {
    direction: rtl;
    display: grid;
    -ms-grid-columns: minmax(250px, 1fr) 2% minmax(250px, 1fr) 2% minmax(250px, 1fr) 2% minmax(250px, 1fr);
    grid-template-columns: repeat(2, minmax(40%, 1fr));
}

.widget .chats .rw-reply {
    border: 1.5px solid #6AC7BD;
    border-radius: 10px;
    background: transparent;
    font-family: "Tajawal", sans-serif;
    box-shadow: unset !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    min-width: 100px;
    padding: 10px 10px;
    color: #000;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 120%;
    max-width: 215px;
    cursor: pointer;
    margin: .25em;
    text-decoration: unset;
}

.widget .keypad {
    max-height: 46px;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    border-top: 1px solid #D4D4D4;
    display: flex;
    direction: ltr;
    align-items: flex-start;
    background-color: #f4f7f9;
    justify-content: end;
}

.widget .keypad .usrInput, .widget .keypad textarea::placeholder {
    width: 80%;
    border: 0;
    padding-left: 15px;
    height: 23px;
    font-family: "Tajawal", sans-serif;
    font-weight: bold;
    color: #17625C;
    font-size: 1rem;
    direction: rtl;
    padding-right: 15px;
    background-color: #f4f7f9;
    resize: none;
    overflow: hidden;
    text-align: right;
    line-height: inherit;
    box-shadow: none;
    outline: none;
}

.widget .keypad textarea::placeholder {
    opacity: 1;
}

.widget .keypad #sendButton {
    direction: rtl;
}

.widget .keypad #sendButton .sendButtonIcon {
    margin-right: 30px;
    transform: rotate(180deg);
}

.widget .keypad .textSend {
    display: flex;
    direction: rtl;
    align-items: normal;
    background-color: #f4f7f9;
    width: 100%;
    padding: 12px 0 12px 10px;
}

.widget .keypad .switchContainer {
    direction: rtl;
}

.widget .keypad .switchContainer .createRecordButton {
    height: 50px;
    width: 54px;
    margin: 0;
    align-content: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 0 0 10px 0;
    background: #000;
}

.widget .keypad .switchContainer .notRecButton {
    background-color: #235854 !important;
    height: 50px;
    width: 54px;
    margin: 0;
    align-content: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 0 0 10px 0;
}

.widget .keypad .switchContainer .RecButton {
    height: 50px;
    width: 54px;
    margin: 0;
    align-content: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 0 0 10px 0;
}

.widget .keypad .switchContainer .s_wrapper .Choices {
    display: flex;
    z-index: 1;
    align-items: center;
    gap: 6px;
    padding: 0 9px;
}

.widget .keypad .switchContainer .s_wrapper .Choices input {
    visibility: hidden;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.widget .keypad .switchContainer .s_wrapper .Choices input:checked + label {
    background: #235854;
    background: #235854;
    color: white;
    font-weight: 500;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.13);
}

.widget .keypad .switchContainer .s_wrapper .Choices label {
    display: inline-block;
    width: 50%;
    color: #a5adb7;
    text-align: center;
    font-family: "Tajawal", sans-serif;
    font-size: 0.8rem;
    padding: 6px 6px;
    float: left;
    transition: all 0.1s ease-in-out;
    margin: 15px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 10px 4px 9px;
    gap: 10px;
    border: 1px solid #E7E1E1;
    border-radius: 5px;
}

.widget .keypad .switchContainer .s_wrapper .Choices label:hover {
    cursor: pointer;
}

.widget .keypad #AllowedRecord {
    position: absolute;
    bottom: 15%;
    background: #fff url("./../../chatbot/images/static/Image_of_language_rtl.svg");
    right: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 198px;
    height: 65px;
}

.widget .keypad #AllowedRecord.hide {
    display: none;
}

.tap-target {
    direction: rtl;
    color: #3C7974;
    position: fixed;
    font-size: 1rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px #6AC7BD;
    border-radius: 10px;
    bottom: 25px;
    left: 80px;
}

.tap-target .tap-target-content {
    display: flex;
    padding: 5px 10px;
}

.tap-target .tap-target-content .avatar_logo img {
    height: 30px;
    width: 30px;
    margin: 10px;
}

.tap-target .tap-target-content .tap_text h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    color: #114432;
    margin: 8px 0;
}

.tap-target .tap-target-content .tap_text p {
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    color: #6AC7BD;
    margin: 0;
}

.tap-target-wrapper {
    width: 350px;
    height: 80px;
    left: 2% !important;
    right: unset !important;
    bottom: 15% !important;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px #6AC7BD;
    border-radius: 10px;
}

.tap-target-wrapper .tap-target {
    background-color: transparent;
    position: relative;
}

.tap-target-wrapper .tap-target .tap-target-content {
    padding: 10px !important;
    width: 100% !important;
    height: 100% !important;
    display: flex;
    align-items: center;
    gap: 3%;
}

.tap-target-wrapper .tap-target .tap-target-content h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 10px;
    color: #114432 !important;
}

.tap-target-wrapper .tap-target .tap-target-content p {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px !important;
    color: #6AC7BD !important;
}

.tap-target-wave {
    display: none !important;
}

.voice-icon {
    fill: currentColor;
    font-size: 22px;
    width: 1em;
}

button {
    border: 0;
    border-radius: 35px;
    padding: 0 1rem;
    margin: 0.25rem;
}

.buttonRecDesign {
    padding: 0 1rem;
    margin: 0.25rem;
}

.notRecButton {
    background: #3C7974;
}

.RecButton {
    background: #f1f9f7;
}

.notRecIcon {
    color: #f1f9f7;
    margin: -7px -4px 0 0;
}

.RecIcon {
    color: #3C7974;
}

.notRecButton[disabled],
.createRecordButton[disabled] {
    background: #9C9C9C !important;
}

.hidden {
    transition: all 1s;
    opacity: 0;
}

/*# sourceMappingURL=styleAr.css.map */
#recButton:focus {
    outline: none;
}

.rest_button {
    left: 15px;
    position: absolute;
}

.rest_button .restbuttom {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: relative;
    margin-top: 10px;
}
.rest_button .restbuttom::before {
    content:'';
    background: #3C7974;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
}
.rest_button .restbuttom:hover,
.rest_button .restbuttom:focus {
    outline: none;
}
.rest_button .restbuttom img{
    position: absolute;
    top: 9px;
    left: 10px;
    width: 20px;
}

.rest_button .restbuttom:disabled:before {
    -webkit-animation: rotate 4s linear infinite;
    animation: rotate 4s linear infinite;
    border: 2px dashed #3EC9BA;
}
@-webkit-keyframes rotate {
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes rotate {
    100% { transform: rotate(360deg); }
}



