#chat_app .flex{
    gap: 0;
}
#chat_app section{margin-top: 0;}
#main_app_wrapper #chat_app .danger {
    position: absolute;
    top: -2px;
    right: 10px;
    color: #e46959;
    font-size: 20px !important;
    font-weight: 500;
    line-height: normal !important;
}
#chat_app .section-text-content a {
    color: #d15735;
    font-size: 17px;
    font-style: italic;
    text-decoration: underline;
}
#chat_app .section-title span {
    position: relative;
}
#chat_app .section-title h1 {
    font-size: 27px;
    font-weight: bolder;
    text-transform: capitalize;
    color: #8a8c90;
    text-shadow: -1px 0 #000, 1px 0 #d68400, 0 -1px #000;
}
#chat_app .section-title span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #d68400;
}
#chat_app section h5 {
    color: #2a2828;
    font-weight: 500;
    font-size: 25px;
}
#chat_app .section-wrapper {
    position: relative;
    max-width: 1400px;
    width: 100%;
    margin: auto;
}
#chat_app a {
    position: relative;
    text-decoration: none;
    transition: 0.5s;
    color: #e65e5e;
}
#chat_app a:hover {
    text-decoration: none;
}
#user_Email {
    visibility: hidden;
}
#chat_app .link {
    position: relative;
    display: block;
    color: #ff2018;
    font-style: italic;
    font-weight: 700;
}
#chat_app .adminChatText .facebook a {
    color: #ff7a18;
}
#chat_app .pre_selected_questions span {
    position: relative;
    left: 27px;
    margin: 10px 0 10px 0;
    display: block;
}
#chat_app .pre_selected_questions span:before {
    content: "0";
    font-size: 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -27px;
    color: #d3d3d3;
    width: 17px;
    height: 17px;
    border-radius: 50px;
    border: 1px solid #ff7a18;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}
#chat_app .pre_selected_questions span:hover:before {
    content: "✔";
    background-color: #ff7a18;
    color: #000000;
    transition: 0.5s;
}
#chat_app .pre_selected_questions .wrap_btn1:before {
    content: "1";
}
#chat_app .pre_selected_questions .wrap_btn2:before {
    content: "2";
}
#chat_app .pre_selected_questions .wrap_btn3:before {
    content: "3";
}
#chat_app .pre_selected_questions .wrap_btn4:before {
    content: "4";
}
#chat_app .pre_selected_questions .wrap_btn5:before {
    content: "5";
}
#chat_app .pre_selected_questions button {
    position: relative;
    background-color: rgb(255, 122, 24);
    color: #000;
    font-size: 15px;
    font-weight: normal;
    padding: 5px 10px;
    letter-spacing: normal;
    text-transform: none;
}
#chat_app .pre_selected_questions button:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -8px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 8px solid #ff7a18;
    border-bottom: 5px solid transparent;
}
#chat_app .area-wrap .flex {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-flow: row-reverse;
    padding: 0 10px;
    margin: 0;
}
#chat_app .area-wrap .wordpress {
    background-color: #5b8c9b !important;
}
#chat_app .danger_smsGroupe .blogging {
    background-color: rgb(47, 79, 79);
    border-radius: 10px;
}
#chat_app .area-wrap .blogging a {
    color: #000000;
}
#chat_app button {
    border: none;
    outline: 0;
    cursor: pointer;
    padding: 5px 15px;
    font-size: 20px;
    color: #d4cccc;
    background-color: #5a5656;
    border-radius: 3px;
}
#reCAPTCHA-elem {
    display: flex;
    margin-top: 20px;
    width: 200px;
}
#chat_app #reCAPTCHA-elem .pass {
    top: -5px;
    right: 40px;
}
#main_app_wrapper .input-group {
    position: relative;
    height: 30px;
    margin: 20px 0;
    padding: 0 0 0 30px;
    background-color: rgb(236, 236, 236);
    background-color: rgba(236, 236, 236, 0.093);
}
#chat_app #feedBackForm .input-group {
    background-color: transparent;
    border: 1px solid #00808081;
}
#chat_app .success-input-group {
    border: 1px solid #658d51;
}
#chat_app .input-group::before {
    content: "";
    position: absolute;
    left: 13px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: inline-block;
    background-position: 454px 167px;
    background-size: 2547% 1533%;
    z-index: 2;
    filter: grayscale(94%) sepia(1%) brightness(101%) saturate(108%) contrast(127%) invert(11%);
    -webkit-filter: grayscale(94%) sepia(1%) brightness(101%) saturate(108%) contrast(127%) invert(11%);
    -moz-filter: grayscale(94%) sepia(1%) brightness(101%) saturate(108%) contrast(127%) invert(11%);
}
#chat_app #botDynamicForm .email-icon::before {
    background-position: 1663px 194px;
}
#chat_app .phone-icon::before {
    background-position: 950px 34px;
}
#chat_app .email-icon::before {
    background-size: 2799% 1609%;
    background-position: 494px 139px;
}
#main_app_wrapper #chat_app ::placeholder {
    font-size: 13px !important;
}
#main_app_wrapper #chat_app #reCAPTCHA-elem input {
    width: 90px;
    min-width: 90px;
    margin-left: 20px;
    text-align: center;
    border: 1px solid #8d5151 !important;
}
#chat_app #userStartChatForm input{
    padding-left: 50px;
}
#chat_app #userStartChatForm .input-group::before{
    left: 37px;
}
#main_app_wrapper #chat_app #reCAPTCHA-elem {
    border: 0;
}
#chat_app .form-control {
    position: relative;
    border: 0;
    flex-wrap: nowrap;
    height: auto;
}
.user-leaving .form-control,
.sms {
    position: relative;
    margin-bottom: 20px;
    padding: 0;
}
#chat_app .form-control input:focus {
    outline: 0;
    border-color: #777;
}
#chat_app .form-control.success input {
    border-color: #18cf64;
}
#chat_app .form-control.error input {
    border-color: #7e1d12;
}
#chat_app .form-control span {
    font-size: 20px;
    color: #ff3318;
    position: absolute;
    top: 0;
    right: 8px;
    margin: 0;
    font-style: normal;
    visibility: hidden;
}
#chat_app .get_user_name .form-control span {
    visibility: visible;
}
#chat_app .form-control .pass {
    right: 10px;
    visibility: visible;
    color: #76be76;
}
#chat_app form .form-control .success-icon {
    opacity: 0;
    color: #18cf64;
    top: 12px;
    right: 10px;
}
#chat_app .success-icon:after {
    content: "\1F5F8";
}
#botDynamicForm .form-control span {
    top: 10px;
    visibility: visible;
}
#chat_app .form-control .error span {
    visibility: visible;
}
#chat_app form .error-sms {
    position: absolute;
}
.user-start-chat .error {
    position: absolute;
    bottom: 15px;
    left: 5px;
    right: 5px;
    color: #008b8b;
    font-size: 15px;
    border: 1px solid #ff8800;
    padding: 10px;
}
#chat_app .content #err {
    text-align: center;
    color: red;
    margin-top: 18px;
    border-radius: 10px;
}
#chat_app .content #err br {
    display: none;
}
#chat_app .success_sms {
    color: #073107;
    font-weight: 700;
}
.bot .error_feed_style {
    position: absolute;
    top: 0;
    padding: 20px 50px 10px 15px;
    background-color: rgb(194, 136, 136);
    border: 1px solid #ff0000;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.bot .error_feed_style:after {
    content: "\26A0";
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 25px;
    color: #ff7a18;
    -webkit-animation-name: color;
    -moz-animation-name: color;
    animation-name: color;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
}
#botDynamicForm .error {
    display: none;
}
.bot #errorElem {
    color: #1a2d31;
}
#chat_app .contactform-messages {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 60px;
    z-index: 2;
    background-color: rgb(3, 29, 3);
    display: none;
}
#chat_app .contactform-messages h5 {
    font-size: 20px;
    color: green;
    font-weight: 700;
    padding: 0 20px;
}
#chat_app .active {
    display: block;
}
#chat_app .success h4 {
    font-size: 2rem;
    color: green;
    font-weight: 900 !important;
}
.success p {
    font-size: 20px;
}
#chat_app input,
#chat_app select,
#chat_app textarea {
    position: relative;
    border: 0;
    border-radius: 4px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    outline: none;
}
#chat_app .user-leaving textarea {
    border-radius: 0 0 10px 10px !important;
    max-height: 80px;
    overflow: auto;
}
#chat_app input[type="submit"] {
    padding: 7px 20px;
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.5s !important;
    -webkit-transition: 0.5s !important;
    -moz-transition: 0.5s !important;
    -ms-transition: 0.5s !important;
    -o-transition: 0.5s !important;
}
#chat_app input[type="tel"],
#chat_app input[type="email"],
#chat_app input[type="name"],
#chat_app input[type="text"],
#chat_app textarea {
    position: relative;
    padding: 7px 10px 7px 22px;
    width: 100%;
}
#chat_app .input-group {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
#chat_app .input-group:first-child,
#chat_app #feedBackForm .name-input,
.first_input {
    border-radius: 10px 10px 0 0;
}
.last_input_group {
    border-radius: 0 0 10px 10px;
}
#chat_app .user-start-chat .input-group {
    margin-bottom: 0;
    max-width: 320px;
    margin: 20px auto;
}
#chat_app input[type="submit"]:hover {
    color: #3d62dd;
}
#chat_app input[type="checkbox"] {
    display: none;
}
#chat_app .choose-file-btn {
    cursor: pointer;
    color: #c5ecfd;
    padding: 10px;
    border-bottom: 1px solid #000;
}
#chat_app .file {
    display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    font-style: italic !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none;
    box-shadow: none !important;
    -webkit-background-clip: text;
    background-clip: text;
}
#chat_app ::-webkit-file-upload-button {
    background: #ff7a18;
    color: #000;
    padding: 5px 10px;
    border: none;
    outline: 0;
    border-radius: 5px;
}
::-ms-browse {
    background: #000;
    color: #000;
    padding: 1em;
    outline: 0;
}

#chatCamera,
#imogyBtn,
#mic,
#toggle_chatApp_btn,
.chat-pic span,
.showRecording:before,
.userChatLog:before {
    content: "";
    background-position: -105px -320px;
    display: block;
    width: 75px;
    height: 60px;
    border: 1px solid #00d9ff52;
    box-shadow: 5px 5px 5px #20bdb08c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
#main_app_wrapper .alert { 
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20% 0;
    text-align: center;
    background-color: rgba(255, 253, 253, 0.712);
    z-index: 4;
}
#main_app_wrapper .alert .content {
    position: relative;
    width: 50%;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    padding-bottom: 40px;
    background-color: #000;
    border-top: 2px solid #67d600;
    animation-delay: 1s;
}
#main_app_wrapper .alert-error .content {
    margin: -90px auto;
    background-color: #972a2a;
    border-top: 7px solid #000;
}
#main_app_wrapper .alert .content h3 {
    font-weight: 700;
    color: green;
}
.alert-error .content h3 {
    color: maroon;
}
.alert-error .content span {
    font-size: 20px;
    font-weight: 700;
    color: #52774c;
}
.alert .content p {
    font-weight: 700;
    font-size: 17px;
    color: #958f8f;
    text-align: justify;
}
.alert .content button {
    position: absolute;
    right: 20px;
    bottom: -10px;
    margin: 20px 0;
    padding: 0 30px;
    background-color: green;
    color: #000;
}
#chat_app .user-start-chat,
#chat_app .user-leaving {
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
    bottom: 90px;
    padding: 20px 0;
    background: #fff;
    z-index: 5;
}
#chat_app .user-leaving {
    display: none;
    background: none;
    background-color: rgb(17, 36, 70);
}
#chat_app .nameRequired {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 23px;
    width: 345px;
    margin: auto;
    padding: 10px;
    border: 1px solid #000000;
    background-color: rgb(245, 245, 245);
    border-radius: 20px;
    color: #2f4f4f;
    display: none;
}
#chat_app #field {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}
#chat_app form:not(#inputArea),
#chat_app .user-start-chat .form,
#chat_app #userStartChatForm {
    margin-top: 20px;
    padding: 0 20px;
}
#chat_app .real {
    background-color: #ff791a;
}
#chat_app #userName {
    color: #040405;
    font-weight: 700;
}
#chat_app form p {
    margin: 0;
    color: #c0bcc0;
    font-size: 17px;
    font-weight: normal;
}
#chat_app .form form .button input {
    padding: 6px 0;
    border: none;
    color: #6b6767;
    font-size: 17px;
    background: rgb(189, 194, 193);
    border-radius: 5px;
    cursor: pointer;
    margin: 30px auto;
    margin-bottom: 0;
    width: 200px;
}
#chat_app .signup .info-notice {
    position: relative;
    margin: 0 auto;
    padding: 10px 20px;
    background-color: #c5640900;
    background-color: rgba(197, 100, 9, 0);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #d4d2d2;
}
#chat_app .signup .info-notice .error_feed span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    color: #f37e7e;
    line-height: 1.2rem;
    background-color: rgb(7, 62, 71);
}
#chat_app .signup .info-notice p {
    color: #9a9d9d;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
}
#chat_app .feedback {
    position: relative;
    bottom: 25px;
}
#chat_app .feedback .error_feed {
    left: 0;
    right: 0;
    bottom: 0;
}
#chat_app .user-leaving .feedback h4 {
    color: #ff7a18;
    font-size: 18px;
    font-weight: 600;
}
#chat_app .user-leaving .feedback p {
    color: #5f9ea0;
    font-size: 17px;
    margin-top: 10px;
}
#chat_app .input,
#chat_app textarea {
    background-color: #d6d5d54f;
    border: 0;
    color: #000000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    resize: none;
}
#feedBackForm .input,
#feedBackForm .form-control {
    background-color: transparent;
}
#chat_app ::placeholder {
    color: #c1bcb6;
    font-style: italic;
    font-weight: 600;
}
#chat_app .chat_footer ::placeholder {
    color: #ff7a18;
}
#chat_app .human-prove input {
    border: 1px solid #000000;
}
#chat_app form label {
    color: #08625e;
    font-weight: 900;
}
#chat_app label p {
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    display: inline-block;
    margin-left: 20px !important;
    color: #f02c2c;
}
.bg-deem {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000a2;
    display: none;
    z-index: 70;
}
/* Loader */
#botdashboardWrapper .loading-progress,
#chat_app .loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0, 0, 0);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 4;
    -moz-animation: cssAnimation 0s ease-in 9997s forwards;
    /*Firefox*/-webkit-animation: cssAnimation 0s ease-in 9997s forwards;
    /*Safari and Chrome*/-o-animation: cssAnimation 0s ease-in 9997s forwards;
    /*Opera*/animation: cssAnimation 0s ease-in 9997s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes cssAnimation {
    to {
        width:0;
        height:0;
        overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        visibility:hidden;
    }
}

#chat_app #loader .fadeIn,
#chat_app #loader .fadeOut{
	animation-delay: 10s;
}


#chat_app #loader p {
    position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
    font-weight: 600;
    text-align: center;
	width: 143px;
	max-height: 100px;
	height: 100px;
	display: flex !important;
    justify-content: center;
    align-items: self-end;
}

#chat_app #loader i{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 130px;
    height: 34px;
    text-align: center;
    border: 1px solid #2e2222;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

#botdashboardWrapper #loader-wrapper .circle span,
#chat_app .loader span {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: linear-gradient(45deg, transparent, transparent 40%, #f40303);
    animation: ani 1s linear infinite;
    -webkit-animation: ani 1s linear infinite;
    display: block;
}

@keyframes ani {
    0% {
        transform: rotate(0);
        filter: hue-rotate(0);
        -webkit-filter: hue-rotate(0);
    }
    100% {
        transform: rotate(360deg);
        filter: hue-rotate(360deg);
        -webkit-filter: hue-rotate(360deg);
    }
}

#botdashboardWrapper #loader-wrapper .circle span:before,
#chat_app .loader span:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    background: #000;
    border-radius: 50%;
    z-index: 1000;
}

#botdashboardWrapper #loader-wrapper .circle span:after,
#chat_app .loader span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    border-radius: 50%;
    z-index: 1;
    background: linear-gradient(45deg, transparent, transparent 40%, #f00202);
    filter: blur(30px);
    -webkit-filter: blur(30px);
}
#chat_app .sms textarea {
    height: 90px;
    color: #cec9c9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 1px solid #00808081 !important;
}
#chat_app #feedBackForm #submit {
    position: absolute;
    right: 15px;
    bottom: 30px;
    color: #000000;
    background-color: #ff791a;
    background-color: hsl(25, 100%, 55%) !important;
    border-radius: 20px 0;
    font-weight: 100;
    padding: 0 17px;
}
#chat_app .submit-contact-sms {
    text-align: right;
}
#main_app_wrapper .chat_btn {
    position: fixed;
    right: 5px;
    bottom: 0;
    font-size: 55px;
    color: #166d6d;
    cursor: pointer;
    z-index: 80;
}
#main_app_wrapper .chat_btn img {
    width: 67px;
    height: auto;
}
#main_app_wrapper .chat_btn span {
    position: relative;
}
.display_none {
    display: none !important;
}
#chat_app {
    position: fixed;
    right: 7px;
    bottom: 6px;
    width: 400px;
    height: 600px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 5px 5px 29px 5px #000000;
    -moz-box-shadow: 5px 5px 29px 5px #000000;
    box-shadow: 5px 5px 29px 5px #000000;
    border-radius: 5px;
    overflow: hidden;
    z-index: 999;
    display: none;
}
.skypeLink .whatsAppIcon a:before,
#chat_app .input-group:not(.no_icon):before,
.filebtn,
#chatCamera,
#imogyBtn,
#mic,
#toggle_chatApp_btn,
.chat-pic span,
.showRecording::before,
.userChatLog::before,
.filebtn {
    background-image: url('../../media/images/2024/icons-rbg.webp');
}
#chat_app .content {
    display: flex;
    flex-flow: column;
    height: 100%;
    position: relative;
    overflow: hidden;
}
#chat_app .popup-imgs .content,
#chat_app .chat_footer .content {
    background-image: none;
}
#chat_app .popup-imgs .content:after,
#chat_app .chat_footer .content:after {
    display: none;
}
#chat_app .area-wrap {
    width: 100%;
    height: 78%;
    background-image: url("../../media/images/2024/whats-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#chat_app .area-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: #ffffffea;
    background-color: rgba(255, 255, 255, 0.918);
    display: block;
}
#chat_app #messages {
    width: 100%;
    padding-bottom: 20px;
    overflow: auto;
    overflow-x: hidden;
    position: absolute;
    bottom: 90px;
    top: 30px;
    height: auto;
    z-index: 2;
}
#chat_app .bot-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 20px;
    background-color: rgb(69, 8, 75);
    z-index: 6;
}
#chat_app .bot-header:after {
    content: "";
    width: 170px;
    height: 100%;
    background-color: #dc6b1b;
    position: absolute;
    left: -20px;
    transform: skewX(40deg);
}
#chat_app .bot-header > div {
    display: flex;
    align-items: center;
    z-index: 2;
}
#chat_app .bot-header span,
#chat_app .bot-header p {
    line-height: 20px !important;
}
#chat_app .bot-header .avatar,
.user_avata {
    width: 40px;
    height: 40px;
    border: 1px solid #3d3d3d;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    background-image: url('../../media/images/2024/img1.webp');
    background-size: 137px 137px;
    background-position: 83px 134px;
}
#chat_app .bot-header .flex {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    font-size: 13px;
}
#chat_app .bot-header .flex p {
    position: relative;
    color: #236516;
    margin: -5px 0 0 15px;
    font-size: 12px;
    font-style: italic;
}
#chat_app .bot-header .flex p::before {
    content: "";
    background-color: #20dd19;
    border: 2px dotted #000000;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0;
    left: -15px;
    bottom: 0;
    margin: auto;
    padding: 3px;
    border-radius: 50px;
}
#chat_app .bot-header .flex span {
    margin-bottom: 5px;
    color: #29a79c;
}
.bot-header .empty,
#closeChatBox,
#chat_app .minimize,
#chatHamburger {
    color: #ff1818;
    font-size: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #3d3b3b;
    background-color: #0000006e;
    background-color: rgba(0, 0, 0, 0.431);
    cursor: pointer;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
.bot-header .empty {
    width: 21px;
    height: 21px;
    margin-right: 20px;
}
#chat_app .minimize {
    margin-right: 20px;
}
.minimize:before {
    content: "";
    width: 16px;
    height: 0;
    display: block;
    border-top: 2px solid #ff7a18;
}
#chat_app .bot-header .dropdown,
#chat_app .reactToSmsDropdownWrapper {
    position: absolute;
    top: 40px;
    right: -18px;
    width: 200px;
    padding: 9px;
    background-color: rgb(36, 37, 41);
    border-bottom: 5px solid #ff7a18;
    z-index: 3;
    display: none;
    height: auto;
    border-radius: 5px 5px 0 0;
}
#chat_app .bot-header .menu {
    padding: 0;
}
#chat_app .bot-header .dropdown::before,
#chat_app .reactToSmsDropdownWrapper:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 20px;
    width: 20px;
    height: 20px;
    background-color: rgb(36, 37, 41);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#chat_app .bot-header .dropdown span,
#chat_app .reactToSmsDropdownWrapper span {
    position: relative;
    text-decoration: none;
    font-size: 12px;
    display: block;
    margin: 10px 0;
    padding: 3px 0 0 15px;
    color: #b8bbbb;
    border-bottom: 1px solid #24860b3b;
    font-style: italic;
    text-align: left;
    cursor: pointer;
}
#chat_app .bot-header .dropdown span::before,
#chat_app .reactToSmsDropdownWrapper span:before {
    content: "*";
    position: absolute;
    top: 5px;
    left: -5px;
    margin: 0 5px;
    color: #ff7a18;
}
#chat_app .bot-header .dropdown span::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 30px;
    width: 0;
    background-color: #0000004d;
    transition: 0.5s;
}
#chat_app .bot-header .dropdown span:hover::after {
    right: 0;
    width: 100%;
}
#chatHamburger {
    cursor: pointer;
    color: #95989b;
    font-size: 20px;
    margin-left: 20px;
}
#chat_app .deleted,
#chat_app .del-for-all {
    font-size: 15px;
    color: #ff0000 !important;
    z-index: 3;
}
#chat_app .deleted:before,
#chat_app .del-for-all:before {
    content: "\1F6AB";
    font-size: 17px;
    position: absolute;
    right: -100px;
    bottom: -8px;
    font-style: normal;
    display: inline-block;
    z-index: 3;
}
.adminChatLog,
.userChatLog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
#chat_app .sms-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#chat_app .sms-group .sms-info,
.userChatLog,
.initial .chat-pic {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#chat_app .sms-group .sms-info .info {
    position: absolute;
    left: 123%;
    margin-bottom: 24px;
}
#chat_app .sms-group .adminChatLog {
    width: 100%;
    position: relative;
}
#chat_app .initial {
    position: relative;
}
#chat_app .initial:before {
    content: "";
    position: absolute;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 10px solid #ff4500;
    top: 0;
    left: 40px;
}
#chat_app .sms-group .delay_second_reply {
    position: absolute;
    display: none;
}
#chat_app .userChatLog:before,
.chat-pic span {
    box-shadow: none;
    width: 35px;
    height: 35px;
    border: 0;
}
#chat_app .chat-pic span {
    background-position: -490px -1530px;
    background-size: 1500px;
    margin-bottom: 20px;
}
#chat_app .initial .chat-pic span {
    margin: 0;
}
#chat_app .userChatLog:before {
    background-position: -362px -892px;
    background-size: 900px;
}
.userChatLog {
    position: relative;
    direction: rtl;
    justify-content: space-evenly !important;
}
.chatText {
    position: relative;
    text-align: left;
    background: #28345500;
    background: rgba(40, 52, 85, 0);
    border: 1px solid #a5a2a298;
    border-left: 3px solid #ff4500;
    padding: 0 10px;
    word-wrap: break-word;
    display: inline-block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
#chat_app .chatText p {
    margin: 0;
    padding: 5px;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    font-family: ui-sans-serif;
    line-height: 20px;
    color: #000000;
    position: relative;
    z-index: 2;
}
#chat_app .userText p {
    color: #000000;
}
#chat_app .content p {
    line-height: 20px !important;
}
.adminChatText {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 14px;
    padding: 5px 10px 30px 10px;
    overflow: hidden;
}
.adminChatText > * {
    position: relative;
    z-index: 2;
}
.remove-replyUserQuestion-response .sms,
.remove-replyUserQuestion-response .skypeLink {
    display: none !important;
}
.danger_smsGroupe .chatText {
    background: rgb(225, 50, 50);
}
.orange-bg .chatText {
    background: rgb(255, 122, 24);
}
.blue_smsGroupe .chatText {
    background: rgb(50, 125, 225);
}
#chat_app .blue_smsGroupe .chatText p {
    color: #000;
}
#chat_app .danger_smsGroupe .chatText p,
#chat_app .orange-bg .chatText p {
    color: #000000;
    font-weight: 700;
}
.sms-group .adminChatText {
    width: 87%;
}
.adminChatLog:before {
    content: "";
    position: absolute;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 10px solid #283455;
    top: 0;
    left: 5px;
    z-index: 1;
}
.adminChatText:after {
    content: "";
    position: absolute;
    top: 0;
    left: -30%;
    width: 110%;
    height: 100%;
    background-color: #b0b3da48;
    background-color: rgba(176, 179, 218, 0.281);
    z-index: 1;
    transform: skew(30deg);
}
.danger_smsGroupe .adminChatText:before {
    border-right: 10px solid rgb(225, 50, 50);
}
.orange-bg .adminChatText:before {
    border-right: 10px solid rgb(255, 122, 24);
}
.blue_smsGroupe .adminChatText:before {
    border-right: 10px solid rgb(50, 125, 225);
}
.colored-text {
    position: relative;
    color: #ff7a18;
    font-weight: bold;
    font-style: italic;
}
.email::before {
    content: "\2709";
    font-size: 20px;
    font-style: normal;
    margin-right: 10px;
    border: 1px solid #008080;
    border-radius: 40px;
    padding: 0 3px;
}
.userText {
    position: relative;
    margin: 10px 0 0 0;
    padding: 5px 100px 0 0;
    display: block;
    width: 60%;
    background: #5cb5b893;
    background: rgba(92, 181, 184, 0.575);
    border: 0;
    overflow: hidden;
}
.userText::before {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    width: 110px;
    height: 100%;
    background-color: #c3354d;
    border-left: 2px solid #082252;
    transform: skew(-20deg);
    border-top-left-radius: 40px;
}
.userChatLog:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 42px;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #c3354d;
    border-bottom: 5px solid transparent;
}
.user-message {
    display: flex;
    flex-flow: column-reverse;
    justify-content: space-between;
}
.user-message-wrapper {
    position: relative;
    padding: 5px 20px 10px 0;
}
.user-message span {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: -95px;
    bottom: -6px;
}
#messages .user-message .seen {
    font-size: 12px;
    text-align: left;
    color: #c7c7c7;
    font-weight: normal;
    animation-delay: 4s;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    filter: brightness(0) saturate(100%) invert(54%) sepia(65%) saturate(353%) hue-rotate(60deg) brightness(96%) contrast(96%);
}
.bot .read {
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
.bot .read:after {
    content: "✔";
    position: relative;
    top: 0;
    left: 4px;
    color: #63ac4a;
    font-weight: normal;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
.chatLogWrapper ::-webkit-scrollbar {
    background-color: #ff7a18;
    border-top: 40px solid #212b2c; 
    border-radius: 50px;
}
.chatLogWrapper ::-webkit-scrollbar-thumb {
    background-color: #000000;
    border-radius: 50px;
}
#chat_app .reactToSms #dots {
    position: absolute;
    top: 5px;
    right: 84px;
    color: #09d9f5;
    font-size: 25px;
    font-weight: bold;
    margin: 0;
    cursor: pointer;
    z-index: 1;
    background-color: transparent;
}
#chat_app .reactToSmsDropdownWrapper {
    position: absolute;
    top: 40px;
    left: unset;
    right: 70px;
}
#chat_app .reactToSmsDropdownWrapper:before {
    right: 14px;
}
#chat_app .form i {
    position: absolute;
    left: 5px;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    color: #337695;
}
.hide_ps {
    background-color: rgb(7, 36, 82);
}
#main_app_wrapper #chat_app .botDynamicForm form input {
    color: #ff7a18;
    margin-top: 0;
}
.botDynamicForm form ::placeholder {
    color: #227773 !important;
}
#chat_app form .fa-envelope {
    color: #ac3030;
}
#chat_app .fa-whatsapp {
    color: #5f9ea0;
    font-family: "Font Awesome 5 Brands";
}
.hide_ps .sms-time,
.hide_ps .sms {
    display: none;
}
#chat_app fieldset {
    padding: 20px 0;
    border: 1px solid #ff7a18;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
#chat_app legend {
    color: #ff7a18;
    text-align: center;
    padding: 0 9px;
    border: 1px solid #ff7a18;
    border-top: 0;
    border-bottom: 0;
    border-radius: 10px;
}
#chat_app .form input {
    font-size: 13px;
    width: 100%;
    background-color: rgba(235, 231, 231, 0.556);
    outline: none;
    box-shadow: none;
    color: #808285;
}
#chat_app #botDynamicForm input[type="submit"] {
    border-radius: 0 0 10px 10px;
    margin-top: 30px;
}
#chat_app input[type="submit"]:not(.get-user-name) {
    color: #ff7a18;
    font-weight: 900;
    background-color: #ececec18;
    background-color: rgba(236, 236, 236, 0.093);
}
#chat_app .time_stamp {
    color: #ffffff !important;
    font-size: 10px !important;
    direction: ltr;
}
#chat_app .adminChatLog .sms-time {
    color: #fbfbfb;
    font-size: 10px;
    position: absolute;
    right: 12px;
    bottom: 3px;
    background: rgb(212, 81, 4);
    padding: 0 9px;
    border-radius: 5px;
}
.showRecording:before {
    background-size: 1000px;
    background-position: 2654px -2017px;
    width: 30px;
    height: 30px;
    box-shadow: none;
    -webkit-animation-name: vibrateRe;
    -moz-animation-name: vibrateRe;
    animation-name: vibrateRe;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
}
@-webkit-keyframes vibrateRe {
    50% {
        -webkit-transform: rotateZ(-130deg);
        -moz-transform: rotateZ(-130deg);
        -ms-transform: rotateZ(-130deg);
        -o-transform: rotateZ(-130deg);
        transform: rotateZ(-130deg);
    }
    100% {
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}
@keyframes vibrateRe {
    50% {
        -webkit-transform: rotateZ(-130deg);
        -moz-transform: rotateZ(-130deg);
        -ms-transform: rotateZ(-130deg);
        -o-transform: rotateZ(-130deg);
        transform: rotateZ(-130deg);
    }
    100% {
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}
.showTyping,
.showRecording {
    color: #ff7a18;
    font-size: 12px;
    width: 50px;
    text-align: left;
    font-style: italic;
    z-index: 2;
}
.voice_sms .showTyping {
    display: none;
}
.showRecording {
    color: #d68400;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.showTyping::before {
    content: "";
    border-bottom: 7px dotted #000000;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    -webkit-animation-name: toggleWidth;
    animation-name: toggleWidth;
    -moz-animation-name: toggleWidth;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#showTyping:hover:before {
    width: 100%;
}
@-webkit-keyframes toggleWidth {
    30% {
        width: 100%;
        border-bottom: 4px dotted #002fff;
    }
    100% {
        border-bottom: 7px dotted #802400;
    }
}
@keyframes toggleWidth {
    30% {
        width: 100%;
        border-bottom: 4px dotted #00ff00;
    }
    100% {
        border-bottom: 7px dotted #660080;
    }
}
.voice_sms_delivery_info > div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.voice_sms_delivery_info > div .chat-pic span {
    margin: 0;
}
#chat_app .wrap_link {
    padding: 0 3px;
    height: 25px;
    background-color: #4682b4;
    border-radius: 2px;
    flex-flow: row-reverse;
}
#chat_app .whatsapp_link {
    background-color: #1d4131c2;
    background-color: rgba(29, 65, 49, 0.761);
}
#chat_app .skypeLink {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    position: relative;
    margin: 20px 0;
    padding: 2px 10px;
    background-color: rgb(0, 0, 0);
    border-radius: 5px;
}
#chat_app .skypeLink a {
    color: #ffffff;
    transition: 0.5s;
    font-size: 13px;
}
.skypeLink .whatsAppIcon a {
    color: #19bb34;
    animation-name: breath;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 1s;
}
#chat_app .skypeLink a:hover {
    color: #000000;
    animation-play-state: paused;
}
#chat_app .wrap_link i {
    margin-right: 10px;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: "Font Awesome 6 Brands";
}
.fa-wordpress:before {
    content: "\f19a";
}
.skypeLink span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.skypeLink .fa-whatsapp {
    margin-right: 10px;
    -webkit-transform: rotate(-140deg);
    -moz-transform: rotate(-140deg);
    -ms-transform: rotate(-140deg);
    -o-transform: rotate(-140deg);
    transform: rotate(-140deg);
}
.bot span:hover {
    color: #d68400;
}
#chat_app .fa-skype {
    color: #4dabf7;
    font-size: 30px;
}
#chat_app .inputArea {
    position: relative;
    background: linear-gradient(rgb(243, 240, 240) 50%, #dedbdb);
    display: flex;
    justify-content: space-between;
    border-radius: 32px;
}
#chat_app .chat_footer textarea {
    position: relative;
    padding: 0 0 0 40px;
    max-height: 40px;
    resize: none;
    color: #858080;
    overflow: auto;
    margin: 0;
    background-color: #f3f0f0;
    border-radius: 32px 0 32px 32px;
    border: 1px solid #b3b6b6;
    border-top: 0;
    border-right: 0;
    font-size: 13px;
    box-shadow: none;
    line-height: 2.6;
}
#chat_app #uploadFile {
    width: 120px;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8dddd;
    border: 1px solid #b3b6b6;
    font-size: 20px;
    border-radius: 32px;
    transition-duration: 0.2s;
    height: 35px;
    margin: 0;
}
#imogyBtn,
#mic,
.filebtn,
#chatCamera {
    box-shadow: none;
    border: 0;
    cursor: pointer;
}
#imogyBtn {
    position: absolute;
    top: 3px;
    left: 5px;
    width: 28px;
    height: 29px;
    background-position: -287px -45px;
    background-size: 1500px;
    z-index: 1;
}
#inputQuestion::-webkit-scrollbar {
    display: none;
}
.bot #uploadFile > * {
    margin: 0 5px;
}
.bot #mic {
    background-size: 1000px;
    background-position: 2654px -2017px;
    width: 25px;
    height: 30px;
}
.filebtn {
    background-position: -100px -4px;
    background-size: 1000px;
    width: 50px;
    height: 17px;
}
#chatCamera {
    width: 55px;
    height: 20px;
    background-size: 1000px;
    background-position: -292px -5px;
}
.submitQuestion {
    right: 10px;
    color: #3d621a;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.4s;
    position: relative;
    bottom: 3px;
}
#chat_app .chat_footer {
    padding-top: 10px;
    padding-bottom: 15px;
    text-align: center;
    background-color: #dedbdb;
    z-index: 10;
}
#chat_app .chat_footer a,
#chat_app .borderButton {
    font-size: 10px;
    color: #8b8b89c4;
    margin-top: 10px;
}
#chat_app .borderButton a {
    color: darkgray;
    margin-left: 10px;
    font-size: 15px;
}
#chat_app .chat_footer a:hover {
    text-shadow: none;
    color: #d68400;
}
#chat_app .global_messages {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 78%;
    text-align: left;
    padding: 20px;
    background: #eee;
    overflow: auto;
}
#chat_app .global_messages ul li {
    border-bottom: 1px solid #dedbdb4e;
    color: #bfbbbb;
}
.global_messages .sac-user-Intel-Chatbot-by-Divpare-com {
    display: none;
}
#imogies {
    position: absolute;
    bottom: 105px;
    right: 4px;
    width: 200px;
    background-color: rgb(255, 255, 255);
    border-bottom: 10px solid #305083;
    border: 2px solid #305083;
    border-radius: 20px;
    overflow: hidden;
    display: none;
}
.imo-nav-menu {
    width: 100%;
    background-color: #305083;
    border-bottom: 2px solid #e833ee;
}
.imo-nav-menu li .dropdown {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    height: 260px;
    overflow-y: auto;
    background-color: inherit;
    display: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: justify;
    background: rgb(251, 251, 251);
}
#imogies .content {
    position: relative;
    width: 100%;
    height: 300px;
}
#imogies .content ul p {
    font-size: 15px;
}
.imo,
.toggle-imo {
    width: 32px;
    height: 33px;
    margin: 5px;
    display: inline-block;
    background-image: url('../../media/images/2024/imogies-rb.webp');
    background-position: -5px -3.5px;
    cursor: pointer;
}
.toggle-imo {
    background-position: -1080px -513px;
    width: 30px;
    height: 27px;
    margin: 0;
}
#imogies .btn {
    width: 27px;
    margin: 0 9px 0 9px;
    display: inline-block;
    outline: none;
}
#imogies .default {
    display: block;
}
.btn:hover .dropdown {
    display: block;
}
.imo-nav-menu .btn:hover:after {
    content: "\0025b2";
    font-size: 15px;
    position: absolute;
    top: 18px;
    color: #e833ee;
}
#imogies .travel-emotions {
    background-position: -1139px -512px;
}
#imogies .flowers-emotions {
    background-position: -1243px -512px;
}
#imogies .food-emotions {
    background-position: -1194px -514px;
}
.imo {
    font-size: 1px;
    text-indent: 5000;
    color: transparent;
}
.imo-2 {
    background-position: -50px -3px;
}
.imo-12 {
    background-position: -8px -46px;
}
.imo-22 {
    background-position: -480px -45px;
}
.imo-3 {
    background-position: -94px -3.5px;
}
.imo-13 {
    background-position: -53px -45px;
}
.imo-23 {
    background-position: -5px -82px;
}
.imo-4 {
    background-position: -142px -3.5px;
}
.imo-14 {
    background-position: -91px -45px;
}
.imo-24 {
    background-position: -50px -83px;
}
.imo-5 {
    background-position: -185.5px -2.9px;
}
.imo-15 {
    background-position: -137.5px -45px;
}
.imo-25 {
    background-position: -90px -83px;
}
.imo-6 {
    background-position: -235px -3.2px;
}
.imo-16 {
    background-position: -187.5px -48px;
}
.imo-26 {
    background-position: -136px -83px;
}
.imo-7 {
    background-position: -280.5px -3.8px;
}
.imo-17 {
    background-position: -239px -47px;
}
.imo-27 {
    background-position: -185px -83px;
}
.imo-8 {
    background-position: -330px -4px;
}
.imo-18 {
    background-position: -280px -45px;
}
.imo-28 {
    background-position: -235px -83px;
}
.imo-9 {
    background-position: -376px -5px;
}
.imo-19 {
    background-position: -330px -45px;
}
.imo-29 {
    background-position: -280px -83px;
}
.imo-10 {
    background-position: -427.5px -5px;
}
.imo-20 {
    background-position: -373px -45px;
}
.imo-30 {
    background-position: -330px -83px;
}
.imo-11 {
    background-position: -481.5px -5px;
}
.imo-21 {
    background-position: -425px -45px;
}
.imo-31 {
    background-position: -373px -83px;
}
.imo-32 {
    background-position: -425px -83px;
}
.imo-33 {
    background-position: -480px -83px;
}
.imo-34 {
    background-position: -5px -119px;
}
.imo-35 {
    background-position: -50px -119px;
}
.imo-36 {
    background-position: -90px -119px;
}
.imo-37 {
    background-position: -136px -119px;
}
.imo-38 {
    background-position: -185px -119px;
}
.imo-39 {
    background-position: -235px -119px;
}
.imo-40 {
    background-position: -280px -119px;
}
.imo-41 {
    background-position: -330px -119px;
}
.imo-42 {
    background-position: -373px -119px;
}
.imo-43 {
    background-position: -425px -119px;
}
.imo-44 {
    background-position: -480px -119px;
}
.imo-45 {
    background-position: -5px -158px;
}
.imo-46 {
    background-position: -50px -158px;
}
.imo-47 {
    background-position: -90px -158px;
}
.imo-48 {
    background-position: -136px -158px;
}
.imo-49 {
    background-position: -185px -158px;
}
.imo-50 {
    background-position: -280px -158px;
}
.imo-51 {
    background-position: -330px -158px;
}
.imo-52 {
    background-position: -373px -158px;
}
.imo-53 {
    background-position: -425px -158px;
}
.imo-54 {
    background-position: -480px -158px;
}
.imo-55 {
    background-position: -5px -200px;
}
.imo-56 {
    background-position: -50px -200px;
}
.imo-57 {
    background-position: -90px -200px;
}
.imo-58 {
    background-position: -136px -200px;
}
.imo-59 {
    background-position: -185px -200px;
}
.imo-60 {
    background-position: -235px -200px;
}
.imo-61 {
    background-position: -280px -200px;
}
.imo-62 {
    background-position: -330px -200px;
}
.imo-63 {
    background-position: -373px -200px;
}
.imo-64 {
    background-position: -373px -200px;
}
.imo-65 {
    background-position: -425px -200px;
}
.imo-66 {
    background-position: -480px -200px;
}
.imo-67 {
    background-position: -5px -245px;
}
.imo-68 {
    background-position: -50px -245px;
}
.imo-69 {
    background-position: -90px -245px;
}
.imo-70 {
    background-position: -136px -245px;
}
.imo-71 {
    background-position: -185px -245px;
}
.imo-72 {
    background-position: -235px -245px;
}
.imo-73 {
    background-position: -280px -245px;
}
.imo-74 {
    background-position: -330px -245px;
}
.imo-75 {
    background-position: -373px -245px;
}
.imo-76 {
    background-position: -425px -245px;
}
.imo-77 {
    background-position: -480px -245px;
}
.imo-78 {
    background-position: -5px -290px;
}
.imo-79 {
    background-position: -50px -290px;
}
.imo-80 {
    background-position: -90px -290px;
}
.imo-81 {
    background-position: -136px -290px;
}
.imo-82 {
    background-position: -185px -290px;
}
.imo-83 {
    background-position: -235px -290px;
}
.imo-84 {
    background-position: -280px -290px;
}
.imo-85 {
    background-position: -330px -290px;
}
.imo-86 {
    background-position: -373px -290px;
}
.imo-87 {
    background-position: -425px -290px;
}
.imo-88 {
    background-position: -480px -290px;
}
.imo-89 {
    background-position: -5px -337px;
}
.imo-90 {
    background-position: -50px -337px;
}
.imo-91 {
    background-position: -90px -337px;
}
.imo-92 {
    background-position: -136px -337px;
}
.imo-93 {
    background-position: -185px -337px;
}
.imo-94 {
    background-position: -235px -337px;
}
.imo-95 {
    background-position: -280px -337px;
}
.imo-96 {
    background-position: -330px -337px;
}
.imo-97 {
    background-position: -373px -337px;
}
.imo-98 {
    background-position: -425px -337px;
}
.imo-99 {
    background-position: -480px -337px;
}
.imo-100 {
    background-position: -5px -377px;
}
.imo-101 {
    background-position: -50px -377px;
}
.imo-102 {
    background-position: -90px -377px;
}
.imo-103 {
    background-position: -136px -377px;
}
.imo-104 {
    background-position: -185px -377px;
}
.imo-105 {
    background-position: -235px -377px;
}
.imo-106 {
    background-position: -280px -377px;
}
.imo-107 {
    background-position: -330px -377px;
}
.imo-108 {
    background-position: -373px -377px;
}
.imo-109 {
    background-position: -425px -377px;
}
.imo-110 {
    background-position: -480px -380px;
}
.imo-111 {
    background-position: -5px -419px;
}
.imo-112 {
    background-position: -50px -419px;
}
.imo-113 {
    background-position: -90px -419px;
}
.imo-123 {
    background-position: -50px -460px;
}
.imo-133 {
    background-position: -5px -500px;
}
.imo-114 {
    background-position: -135px -419px;
}
.imo-124 {
    background-position: -90px -460px;
}
.imo-134 {
    background-position: -50px -500px;
}
.imo-115 {
    background-position: -185px -419px;
}
.imo-125 {
    background-position: -135px -460px;
}
.imo-135 {
    background-position: -90px -500px;
}
.imo-116 {
    background-position: -235px -419px;
}
.imo-126 {
    background-position: -185px -460px;
}
.imo-136 {
    background-position: -135px -500px;
}
.imo-117 {
    background-position: -280px -419px;
}
.imo-127 {
    background-position: -235px -460px;
}
.imo-137 {
    background-position: -185px -500px;
}
.imo-118 {
    background-position: -330.5px -419px;
}
.imo-128 {
    background-position: -280px -460px;
}
.imo-138 {
    background-position: -235px -500px;
}
.imo-119 {
    background-position: -373px -419px;
}
.imo-129 {
    background-position: -330px -460px;
}
.imo-139 {
    background-position: -280px -500px;
}
.imo-120 {
    background-position: -425px -419px;
}
.imo-130 {
    background-position: -373px -460px;
}
.imo-140 {
    background-position: -330px -500px;
}
.imo-121 {
    background-position: -480px -419px;
}
.imo-131 {
    background-position: -425px -460px;
}
.imo-141 {
    background-position: -373px -500px;
}
.imo-122 {
    background-position: -5px -460px;
}
.imo-132 {
    background-position: -480px -460px;
}
.imo-142 {
    background-position: -425px -500px;
}
.imo-143 {
    background-position: -480px -500px;
}
.imo-144 {
    background-position: -5px -545px;
}
.imo-145 {
    background-position: -50px -545px;
}
.imo-146 {
    background-position: -90px -545px;
}
.imo-147 {
    background-position: -135px -545px;
}
.t1 {
    background-position: -590px -3px;
}
.t21 {
    background-position: -1100px -40px;
}
.t41 {
    background-position: -985px -120px;
}
.t61 {
    background-position: -870px -200px;
}
.t2 {
    background-position: -650px -4px;
}
.t22 {
    background-position: -1154px -40px;
}
.t42 {
    background-position: -1035px -120px;
}
.t62 {
    background-position: -930px -200px;
}
.t3 {
    background-position: -705px -4px;
}
.t23 {
    background-position: -590px -80px;
}
.t43 {
    background-position: -1100px -120px;
}
.t63 {
    background-position: -985px -200px;
}
.t4 {
    background-position: -757px -4px;
}
.t24 {
    background-position: -650px -80px;
}
.t44 {
    background-position: -1154px -120px;
}
.t64 {
    background-position: -1035px -200px;
}
.t5 {
    background-position: -815px -4px;
}
.t25 {
    background-position: -705px -80px;
}
.t45 {
    background-position: -590px -158px;
}
.t65 {
    background-position: -1100px -200px;
}
.t6 {
    background-position: -870px -4px;
}
.t26 {
    background-position: -757px -80px;
}
.t46 {
    background-position: -650px -158px;
}
.t66 {
    background-position: -1154px -200px;
}
.t7 {
    background-position: -930px -4px;
}
.t27 {
    background-position: -815px -80px;
}
.t47 {
    background-position: -705px -158px;
}
.t67 {
    background-position: -590px -240px;
}
.t8 {
    background-position: -985px -4px;
}
.t28 {
    background-position: -870px -80px;
}
.t48 {
    background-position: -757px -158px;
}
.t68 {
    background-position: -650px -240px;
}
.t9 {
    background-position: -1035px -4px;
}
.t29 {
    background-position: -930px -80px;
}
.t49 {
    background-position: -815px -158px;
}
.t69 {
    background-position: -705px -240px;
}
.t10 {
    background-position: -1100px -4px;
}
.t30 {
    background-position: -985px -80px;
}
.t50 {
    background-position: -870px -158px;
}
.t70 {
    background-position: -757px -240px;
}
.t11 {
    background-position: -1154px -4px;
}
.t31 {
    background-position: -1035px -80px;
}
.t51 {
    background-position: -930px -158px;
}
.t71 {
    background-position: -815px -240px;
}
.t12 {
    background-position: -590px -40px;
}
.t32 {
    background-position: -1100px -80px;
}
.t52 {
    background-position: -985px -158px;
}
.t72 {
    background-position: -870px -240px;
}
.t13 {
    background-position: -650px -40px;
}
.t33 {
    background-position: -1154px -80px;
}
.t53 {
    background-position: -1035px -158px;
}
.t73 {
    background-position: -930px -240px;
}
.t14 {
    background-position: -705px -40px;
}
.t34 {
    background-position: -590px -120px;
}
.t54 {
    background-position: -1100px -158px;
}
.t74 {
    background-position: -985px -240px;
}
.t15 {
    background-position: -757px -40px;
}
.t35 {
    background-position: -650px -120px;
}
.t55 {
    background-position: -1154px -158px;
}
.t75 {
    background-position: -1035px -240px;
}
.t16 {
    background-position: -815px -40px;
}
.t36 {
    background-position: -705px -120px;
}
.t56 {
    background-position: -590px -200px;
}
.t76 {
    background-position: -1100px -240px;
}
.t17 {
    background-position: -870px -40px;
}
.t37 {
    background-position: -757px -120px;
}
.t57 {
    background-position: -650px -200px;
}
.t77 {
    background-position: -1154px -240px;
}
.t18 {
    background-position: -930px -40px;
}
.t38 {
    background-position: -815px -120px;
}
.t58 {
    background-position: -705px -200px;
}
.t78 {
    background-position: -590px -280px;
}
.t19 {
    background-position: -985px -40px;
}
.t39 {
    background-position: -870px -120px;
}
.t59 {
    background-position: -757px -200px;
}
.t79 {
    background-position: -650px -280px;
}
.t20 {
    background-position: -1035px -40px;
}
.t40 {
    background-position: -930px -120px;
}
.t60 {
    background-position: -815px -200px;
}
.t80 {
    background-position: -705px -280px;
}
.t81 {
    background-position: -757px -280px;
}
.t97 {
    background-position: -1035px -320px;
}
.t82 {
    background-position: -815px -280px;
}
.t98 {
    background-position: -1100px -320px;
}
.t83 {
    background-position: -870px -280px;
}
.t99 {
    background-position: -1154px -320px;
}
.t84 {
    background-position: -930px -280px;
}
.t100 {
    background-position: -590px -360px;
}
.t85 {
    background-position: -985px -280px;
}
.t101 {
    background-position: -650px -360px;
}
.t86 {
    background-position: -1035px -280px;
}
.t102 {
    background-position: -705px -360px;
}
.t87 {
    background-position: -1100px -280px;
}
.t103 {
    background-position: -757px -360px;
}
.t88 {
    background-position: -1154px -280px;
}
.t104 {
    background-position: -815px -360px;
}
.t89 {
    background-position: -590px -320px;
}
.t105 {
    background-position: -870px -360px;
}
.t90 {
    background-position: -650px -320px;
}
.t106 {
    background-position: -930px -360px;
}
.t91 {
    background-position: -705px -320px;
}
.t107 {
    background-position: -985px -360px;
}
.t92 {
    background-position: -757px -320px;
}
.t108 {
    background-position: -1035px -360px;
}
.t93 {
    background-position: -815px -320px;
}
.t109 {
    background-position: -1100px -360px;
}
.t94 {
    background-position: -870px -320px;
}
.t110 {
    background-position: -1154px -360px;
}
.t95 {
    background-position: -930px -320px;
}
.t111 {
    background-position: -590px -395px;
}
.t96 {
    background-position: -985px -320px;
}
.t112 {
    background-position: -650px -395px;
}
.chat_app_wrapper .popup-imgs {
    position: fixed;
    width: 100%;
    top: 45px;
    bottom: 85px;
    overflow: hidden;
    background-color: rgb(95, 158, 160);
    z-index: 5;
}
.chat_app_wrapper .popup-imgs .content {
    display: flex;
    flex-flow: column;
    position: relative;
    padding-top: 40px;
}
.chat_app_wrapper .popup-imgs .title {
    position: relative;
    text-align: center;
    font-size: 22px;
    margin-bottom: 40px;
    color: #000000;
    text-shadow: -1px 0 rgb(0, 0, 0), 1px 0 #a7a0a0, 0 -1px rgb(68, 58, 58);
}
.chat_app_wrapper .popup-imgs .title:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    margin: auto;
    height: 40px;
}
.chat_app_wrapper .popup-imgs .close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 30px;
    color: #000000;
    border: 1px solid #697cb9;
    background-color: #ff7a18;
    border-radius: 50pc;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
    font-family: auto;
    cursor: pointer;
}
.chat_app_wrapper .popup-imgs img {
    width: 96%;
    height: auto;
    margin: auto;
    border-radius: 10px;
}
.chat_app_wrapper .popup-imgs .content .card {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    padding-left: 55px;
    cursor: pointer;
}
.chat_app_wrapper .popup-imgs .content .card span {
    position: relative;
    font-size: 15px;
    font-weight: 900;
    color: #2f4f4f;
    border-left: 2px solid #ff7a18;
    padding-left: 8px;
    border-bottom: 1px solid #000;
    transition: 0.5s;
}
.chat_app_wrapper .popup-imgs .content .card span:hover {
    color: #ff7a18;
}
.chat_app_wrapper .popup-imgs .content .card span p {
    display: none;
    color: #5d5757;
    font-size: 12px;
    font-style: italic;
    transition: 0.5s;
}
.chat_app_wrapper .popup-imgs .content .card span::before {
    content: "+";
    position: absolute;
    left: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: chocolate;
    font-size: 20px;
    border: 1px solid #ff7a18;
    background-color: #000;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
}
.chat_app_wrapper .popup-imgs .content .card span:after {
    content: "";
    position: absolute;
    top: 0;
    left: -19px;
    bottom: 0;
    width: 19px;
    height: 1px;
    margin: auto;
    border-top: 1px solid #ff7a18;
}
@media (max-width: 600px) {
    #chat_app .input-fields .input:not(.input) {
        padding: 7px;
        background-color: #fff;
        border: 1px solid #ddd;
        font-size: 13px;
        font-style: normal;
    }
    #chat_app .input-fields > span {
        border-bottom: 0;
    }
    #chat_app .sms textarea {
        height: 150px;
        border: 1px solid #ddd;
    }
    #chat_app .input-fields,
    #chat_app .sms {
        width: 100%;
    }
    #chat_app .input-fields > span:after {
        display: none;
    }
}
@media screen and (max-width: 450px) {
    #chat_app {
        right: 0;
        width: 100%;
        bottom: 0;
        top: 0;
        height: 100vh;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }
    #chat_app .user-leaving .submit {
        bottom: 130px;
    }
}
@media screen and (max-width: 385px) {
    #chat_app .skypeLink {
        flex-flow: column;
        background-color: transparent;
    }
    #chat_app .whatsAppIcon {
        background-color: rgb(0, 0, 0);
        border-radius: 2px;
    }
    #chat_app .skypeLink span {
        margin: 5px 0;
        justify-content: flex-end;
    }
    #chat_app .skypeLink a {
        padding: 4px 0;
    }
    .skypeLink i {
        margin-left: 10px;
    }
}
@media (max-height: 607px) {
    #chat_app {
        top: 0;
        bottom: 0;
        height: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }
    .chat_app_wrapper .area-wrap {
        height: 100vh;
    }
}
@media (max-width: 375px) {
    #chat_app legend {
        font-size: 13px;
    }
}
.chat_history {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    background: aqua;
    overflow: auto;
    padding-bottom: 195px;
    display: none;
}
#priceestimates {
    width: 950px;
    max-width: 90%;
    margin: auto;
    overflow: auto;
    border: 1px solid red;
    border-radius: 20px;
    display: table;
}
#chatHistoryForm input[type="submit"] {
    margin: 30px;
    padding: 5px 20px;
    float: right;
    font-size: 18px;
}
#chat_app .first_input {
    border-radius: 15px 15px 0 0 !important;
}
#chat_app .last_input {
    border-radius: 0 0 15px 15px !important;
}
