@charset "UTF-8";
body {
    background: #f4f6fc;
}

body:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    background-color: #3f436b;
    color: #fff;
    opacity: 0.6;
}

.hero-register {
    position: absolute;
    top: -20px;
    right: 30px;
    width: 400px;
    color: #345685;
    background-color: white;
    border-radius: 6px;
    padding: 20px;
}

.hero-register ul, .hero-register ul li, .hero-register p {
    color: #345685;
}

.hero-register .card-body {
    padding-bottom: 4px;
}

.hero-register ul {
    margin-bottom: 0;
    margin-left: 18px;
}

.hero-register form .form-group input {
    margin-bottom: 15px;
}

.uwp-register-class + p {
    font-size: 12px;
    line-height: 16px;
    color: #345685;
    margin-bottom:0!important;
}

.uwp-register-class + p a {
    color: #345685;
}

.uwp-footer-link .uwp-login-link {
    color: #345685;
}

button.uwp_register_submit {
    margin-left: auto!important;
    margin-right: auto!important;
}

.hero-register p {
    margin-bottom: 6px;
}

.hero-register h3.card-title {
    display: none;
}

.hero-register .bsui .row {
    margin-left: 0;
    margin-right: 0;
}

@media screen and (max-width: 992px) {
    .hero-register {
        position: relative;
        width: 90vw;
        /*margin-left: auto;*/
        /*margin-right: auto;*/
        top: inherit;
        right: inherit;
    }
    .hero-register .card-body {
        padding-left: 0;
        padding-right: 0;
    }
}


.iphone-x {
    position: absolute;
    top: -20px;
    right: 30px;
    width: 360px;
    height: 660px;
    background-color: #345685;
    background-image: linear-gradient(60deg, #96aac4 -15%, #345685 100%);
    border-radius: 40px;
    box-shadow: 0px 0px 0px 11px #1f1f1f, 0px 0px 0px 13px #191919, 0px 0px 0px 20px #111;
}

@media screen and (max-width: 992px) {
    .iphone-x {
        position: relative;
        width: 90vw;
        max-width: 360px;
        max-height: 660px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 60px;
        margin-bottom: -50px;
        height: 90vh;
        top: inherit;
        right: inherit;
    }
}


.iphone-x:before, .iphone-x:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.iphone-x:after {
    bottom: 7px;
    width: 140px;
    height: 4px;
    background-color: #f2f2f2;
    border-radius: 10px;
}

.iphone-x:before {
    top: 0px;
    width: 56%;
    height: 30px;
    background-color: #1f1f1f;
    border-radius: 0px 0px 40px 40px;
    z-index: 999999999;
}

.iphone-x i.speaker,
.iphone-x b,
.iphone-x s,
.iphone-x span {
    position: absolute;
    display: block;
    color: transparent;
}

.iphone-x i.speaker {
    top: 0px;
    left: 50%;
    transform: translate(-50%, 6px);
    height: 8px;
    width: 15%;
    background-color: #101010;
    border-radius: 8px;
    box-shadow: inset 0px -3px 3px 0px rgba(255, 255, 255, 0.2);
    z-index: 999999999;
}

.iphone-x b.camera {
    left: 10%;
    top: 0px;
    transform: translate(180px, 4px);
    width: 12px;
    height: 12px;
    background-color: #101010;
    border-radius: 12px;
    box-shadow: inset 0px -3px 2px 0px rgba(255, 255, 255, 0.2);
    z-index: 999999999;
}

.iphone-x b.camera:after {
    content: "";
    position: absolute;
    background-color: #2d4d76;
    width: 6px;
    height: 6px;
    top: 2px;
    left: 2px;
    top: 3px;
    left: 3px;
    display: block;
    border-radius: 4px;
    box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.5);
    z-index: 999999999;
}

.iphone-x s {
    top: 50px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    width: 100%;
    font-size: 70px;
    font-weight: 100;
    padding-top: 60px;
}

.iphone-x span {
    bottom: 50px;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    left: 30px;
}

.iphone-x span + span {
    left: auto;
    right: 30px;
}

.mh6_loading_error {
    color: red;
    text-align: center;
    margin-top: 20px;
}

.mh6_form {
    text-align: center;
    position: relative;
    z-index: 99999;
}

.mh6_slider_frage {
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all 400ms ease-out;
    width: 100%;
}

.mh6_text_type {
    transition: all 400ms ease-out;
}

.mh6_slider_frage_wrapper {
    margin: 0 auto;
}

.mh6_slider_frage_minmax {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.mh6_slider_frage_minmax p {
    color: white;
}

.mh6_slider_frage_bullet {
    position: relative;
    /*width: 91px;*/
    max-width: 100%;
    height: 41px;
    line-height: 42px;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: white;
}

.mh6_slider_frage::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #7bb9ff;
    color: #7bb9ff;
}

.mh6_slider_frage::-moz-range-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #7bb9ff;
    color: #7bb9ff;
}

.mh6_form_wrapper {
    position: relative;
}

.mh6_answer {
    cursor: pointer;
}

.mh6_answer_card {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    box-shadow: 0 0 6px rgba(218, 216, 216, 0.77);
    border: 3px solid rgba(0, 0, 0, 0);
    margin-bottom: 10px;
    transition: all 400ms ease-out;
}

.mh6_text_type,
.mh6_textfeld_frage,
.mh6_textbereich_frage,
.mh6_datum_frage {
    transition: all 400ms ease-out;
}

.mh6_carousel_item {
    min-width: 100%;
    max-width: 100%;
    transition: all 500ms ease-out;
    display: flex;
    flex-direction: column;
    /*justify-content: flex-end;*/
}

.mh6_carousel_item.left {
    transform: translateX(-100%);
}

.mh6_carousel_item.no_trans {
    transition: none;
}

.mh6_carousel_item.left_marg {
    margin-left: -100%;
}

.mh6_mobile {
    display: none !important;
}

.mh6_answer_image.pic {
    width: 100%;
}

.mh6_answer:hover .mh6_answer_card {
    border: 3px solid;
    cursor: pointer;
}

.mh6_answer.selected_item .mh6_answer_card {
    border: 3px solid;
}

.mh6_submit_wrapper {
    display: flex;
    justify-content: left;
    align-content: center;
    flex-direction: column;
}

.mh6_answer_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mh6_text_type {
    width: 100%;
}

.mh6_response_success {
    color: green;
    text-align: left;
}

.mh6_response_error {
    color: red;
    text-align: left;
}

.mh6_question_text_type_wrapper {
    text-align: left;
}

.mh6_answer_text {
    width: 100%;
    text-align: center;
    white-space: normal;
}

.mh6_question_checkbox_type_wrapper {
    display: flex;
    align-items: center;
}

.mh6_form_button {
    transition: background-color 300ms ease-out;
    cursor: pointer;
}

.mh6_form_button i {
    min-width: 30px;
}

.mh6_form_button.mh6_disabled {
    cursor: default;
    pointer-events: none;
}

.mh6_submit_button {
    cursor: pointer;
}

.mh6_form_bottombar {
    display: flex;
    align-items: center;
}

.mh6_form_progress_bar {
    display: flex;
    justify-content: left;
}

.mh6_form_progress {
    width: 0;
    height: 100%;
    transition: width 500ms ease-out;
}

.mh6_checkbox_type {
    width: 18px;
    height: 18px;
}

.mh6_form_bottombar {
    transition: all 400ms ease-out;
}

.mh6_answer i {
    font-style: normal !important;
}

.mh6_answer_image_wrapper {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.mh6_form_percentage_triangle {
    margin: auto;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    transition: all 500ms ease-out;
}

.mh6_form_carousel {
    position: relative;
    display: flex;
    overflow: hidden;
    max-width: 100%;
    min-width: 100%;
    transition: height 500ms ease-out;
    z-index: 50;
}

.mh6_loading_overlay {
    width: 100%;
    z-index: 100;
    transition: all 400ms ease-out;
    display: flex;
    justify-content: center;
}

.mh6_mobile {
    display: block !important;
}

.mh6_answer_image_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mh6_answer_card {
    display: flex !important;
}

.mh6_answer_text {
    text-align: left;
}

/**@element .mh6_form_wrapper and (max-width: 479px) {
#mh6_form_0[data-did="8185"].mh6_form_wrapper .mh6_mobile {
    display: block !important;
}
*/

#mh6_form_0[data-did="8185"].mh6_form_wrapper .mh6_answer_image_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

#mh6_form_0[data-did="8185"].mh6_form_wrapper .mh6_answer_card {
    display: flex !important;
}

#mh6_form_0[data-did="8185"].mh6_form_wrapper .mh6_answer_text {
    text-align: left;
}



.mh6_form_wrapper .mh6_powered_by {
    margin-top: 20px;
    text-align: center;
}

.mh6_form_wrapper .mh6_powered_by span {
    font-size: 12px;
    font-style: italic;
    background: #f5f5f5;
    padding: 5px 20px;
    border-radius: 10px;
    font-family: sans-serif;
}

.mh6_carousel_content {
    max-width: 100% !important
}

#mh6_form_1 .mh6_datum_frage {
    width: 90%;
    margin: 0 auto 20px auto !important;
    border-radius: 7px;
    height: 35px !important;
    font-family: inherit;
    font-weight: 500;
    text-align: center
}

#mh6_form_1 .mh6_datum_frage {
    width: 90%;
    margin: 0 auto 20px auto !important;
    border-radius: 7px;
    height: 62px;
    font-family: inherit;
    font-weight: 500;
    text-align: center;
    margin-top: -30px !important
}

.mh6_loading_overlay {
    display: none !important
}

div#tpbr_box {
    font-size: 14px !important
}

.rt-pricing-table.element-seven > .holder > .started .btn {
    padding: 10px 10px 10px 10px !important;
    line-height: 20px !important
}

.rt-pricing-table.element-seven > .holder > .pricing > .price {
    font-size: 50px !important
}

.rt-pricing-table.element-seven.spotlight > .holder > .pricing > .price {
    font-size: 50px !important
}

.wraper_header.style-eight .wraper_header_main .header_main_calltoaction {
    float: right;
    margin-left: 10px !important;
    text-align: center
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-pic > .testimonial-pic-holder > .testimonial-pic-icon, .testimonial[class*="element-"].owl-nav-style-two .owl-nav > .owl-prev, .testimonial[class*="element-"].owl-nav-style-two .owl-nav > .owl-next, .testimonial[class*="element-"].owl-dot-style-one .owl-dots > .owl-dot.active > span, .testimonial[class*="element-"].owl-dot-style-two .owl-dots > .owl-dot > span {
    background-color: #333333 !important
}

#mobile-menu {
    background-color: #fff !important;
    transition: all 0.5s cubic-bezier(.25, .1, .82, .55) 0s !important
}

.mobile.header_main_calltoaction .button-two {
    color: #fff;
    padding: 3px 18px 3px 18px;
    background: #7bb9ff; !important;
    border-radius: 50px;
    margin: 5px;
    font-size: 15px
}

.radiantthemes-accordion.element-one .radiantthemes-accordion-item > .radiantthemes-accordion-item-title > .panel-title {
    margin: 0;
    font-weight: 400 !important;
    font-size: 20px;
    color: #1e1e1e;
    line-height: 27px;
    letter-spacing: -.6px
}

.mh6_form_progress {
    margin: 0 auto 0 0 !important
}

#mh6_form_0 .mh6_question_heading.mh6_mobile {
    font-size: 20px !important;
    line-height: 30px !important;
    margin-bottom: 20px;
}

#mh6_form_0 .mh6_multiselect_style.mh6_mobile {
    font-size: 16px !important
}


#mh6_form_2 .mh6_question_heading.mh6_mobile {
    font-size: 20px !important;
    line-height: 30px !important;
}

#mh6_form_2 .mh6_multiselect_style.mh6_mobile {
    font-size: 16px !important
}

#mh6_form_2 .mh6_textfeld_frage.mh6_mobile {
    font-size: 16px;
    line-height: 30px;
    padding: 10px !important
}

#mh6_form_2 .mh6_slider_frage {
    margin: 0 auto 15px auto !important;
    border-radius: 7px;
    height: 15px;
    background: #efefef !important
}

#mh6_form_0 .mh6_slider_frage {
    margin: 0 auto 15px auto !important;
    border-radius: 7px;
    height: 15px;
    background: #efefef !important
}

#mh6_form_1 .mh6_slider_frage {
    margin: 0 auto 15px auto !important;
    border-radius: 7px;
    height: 15px;
    background: #efefef !important
}

.rt-pricing-table.element-seven > .holder > .started .btn:hover {
    background-position: right center;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transition: all 0.3s;
    background: #7bb9ff;
}

.rt-pricing-table.element-seven.spotlight > .holder > .started .btn:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, .25);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transition: all 0.3s;
    background: #fff !important;
    color: #7bb9ff; !important
}
   #mh6_form_0 .mh6_answer {
   }


#mh6_form_0 .mh6_answer.mh6_mobile {
    width: 100%;
    margin: 7px 15px;
}

#mh6_form_0 .mh6_form_carousel {
    margin: 0 0 30px 0;
}

#mh6_form_0 .mh6_answer_card {
    border-radius: 15px;
    color: #345685;
    background-color: rgba(255, 255, 255, 1);
}

#mh6_form_0 .mh6_answer_card.mh6_mobile {
    height: 52px;
}

#mh6_form_0 .mh6_form_heading_wrapper {
    margin: 0 0 65px 0;
}

#mh6_form_0 .mh6_form_heading {
    color: #345685;
    font-weight: 600;
}


#mh6_form_0 .mh6_form_heading.mh6_mobile {
    font-size: 24px;
    line-height: 38px;
}

#mh6_form_0 .mh6_question_heading_wrapper {
    margin: 0 0 25px;
}

#mh6_form_0 .mh6_question_description {
    color: #345685;
    font-weight: 600;
}

#mh6_form_0 .mh6_question_description.desktop {
    font-size: 20px;
    line-height: 30px;
}

#mh6_form_0 .mh6_question_description.mh6_mobile {
    font-size: 18px;
    line-height: 20px;
}

#mh6_form_0 .mh6_question_heading {
    color: white;
    font-weight: 600;
}

#mh6_form_0 .mh6_question_heading.desktop {
    font-size: 32px;
    line-height: 42px;
}

#mh6_form_0 .mh6_question_heading.mh6_mobile {
    font-size: 20px;
    line-height: 30px;
}

#mh6_form_0 .mh6_answer_image_wrapper {
    padding: 0 7px;
}

#mh6_form_0 .mh6_answer_image_wrapper.mh6_mobile {
    width: 70px;
    margin-right: 10px;
}

#mh6_form_0 .mh6_answer_text {
    color: #345685;
    font-weight: 500;
}



#mh6_form_0 .mh6_answer_text.mh6_mobile {
    margin-left: 15px;
    font-size: 15px;
    line-height: 20px;
}

#mh6_form_0 .mh6_form {
    background-color: rgba(255, 34, 255, 0);
    padding: 7px;
    font-family: inherit;
}

#mh6_form_0 .mh6_form_button {
    background-color: #345685;
    border-radius: 7px;
    border: none;
    padding: 0 10px;
    color: rgba(255, 255, 255, 1);
}


#mh6_form_0 .mh6_form_button.mh6_mobile {
    min-height: 40px;
    font-size: 18px;
}

#mh6_form_0 .mh6_form_button.mh6_disabled {
    background-color: rgba(215, 215, 215, 1);
}

#mh6_form_0 .mh6_form_bottombar {
    padding: 0 15px;
}

#mh6_form_0 .mh6_form_wrapper {
    width: 100%;
    max-width: 1250px;
}

#mh6_form_0 .mh6_textfeld_frage {
    width: 90%;
    margin: 0 auto 5px auto !important;
    border-radius: 7px;
    height: 48px;
    font-family: inherit;
    font-weight: 500;
}



#mh6_form_0 .mh6_textfeld_frage.mh6_mobile {
    font-size: 16px;
    line-height: 30px;
    padding: 10px !important;
}

#mh6_form_0 .mh6_textfeld_frage:focus {
    box-shadow: 0 0 6px #345685;
}

#mh6_form_0 .mh6_datum_frage {
    width: 90%;
    margin: 0 auto 20px auto !important;
    border-radius: 7px;
    height: 62px;
    font-family: inherit;
    font-weight: 500;
    text-align: center;
}


#mh6_form_0 .mh6_datum_frage.mh6_mobile {
    font-size: 20px;
    line-height: 30px;
}

#mh6_form_0 .mh6_datum_frage:focus {
    box-shadow: 0 0 6px #345685;
}

#mh6_form_0 .mh6_slider_frage_wrapper {
    width: 90%;
}

#mh6_form_0 .mh6_slider_frage_bullet {
    margin: 0 auto 20px auto;
    color: white;
    font-weight: 600;
}


#mh6_form_0 .mh6_slider_frage_bullet.mh6_mobile {
    font-size: 24px;
}

#mh6_form_0 .mh6_slider_frage {
    margin: 0 auto 15px auto !important;
    border-radius: 7px;
    height: 15px;
    background-color: rgba(255, 255, 255, 1);
}

#mh6_form_0 .mh6_slider_frage:focus {
    box-shadow: 0 0 6px #345685;
}

#mh6_form_0 .mh6_slider_frage::-moz-range-thumb {
    background-color: #345685 !important;
}

#mh6_form_0 .mh6_slider_frage::-webkit-slider-thumb {
    background-color: #345685 !important;
}

#mh6_form_0 .mh6_textbereich_frage {
    width: 90%;
    margin: 0 auto 50px auto !important;
    border-radius: 7px;
    height: 150px;
    font-family: inherit;
    font-weight: 500;
}


#mh6_form_0 .mh6_textbereich_frage.mh6_mobile {
    font-size: 20px;
    line-height: 30px;
}

#mh6_form_0 .mh6_textbereich_frage:focus {
    box-shadow: 0 0 6px #345685;
}

#mh6_form_0 .mh6_question_wrapper {
    width: 90%;
    margin: 0 auto 30px !important;
    color: rgba(51, 51, 51, 1);
}

#mh6_form_0 .mh6_text_type {
    border-radius: 7px;
    height: 47px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    padding: 0 7px;
    max-width: 100%;
    width: 100%;
    color: rgba(51, 51, 51, 1);
}

#mh6_form_0 .mh6_text_type:focus {
    box-shadow: 0 0 6px #345685;
    border: 1px solid #345685;
}

#mh6_form_0 .mh6_checkbox_type {
    margin-right: 15px;
}

#mh6_form_0 .mh6_answer.selected_item .mh6_answer_card {
    box-shadow: 0 0 6px;
}

#mh6_form_0 .mh6_form_progress_bar {
    width: 100%;
    height: 8px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 1);
    margin: 21px;
}

#mh6_form_0 .mh6_form_progress_bar_wrapper {
    margin: 0 15px;
    width: 100%;
}

#mh6_form_0 .mh6_form_progress {
    border-radius: 15px;
    background-color: #345685;
}

#mh6_form_0 .mh6_form_percentage {
    width: 50px;
    height: 25px;
    color: #ffffff;
}


#mh6_form_0 .mh6_multiselect_style.mh6_mobile {
    font-size: 20px;
}

#mh6_form_0 .mh6_question_label {
    font-size: 18px;
    font-weight: 500;
}

#mh6_form_0 .mh6_submit_button {
    font-size: 18px;
    font-weight: 500;
    padding: 14px 0;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 7px;
    background-color: #345685;
    border: none;
    transition: all 400ms ease-out;
    color: rgba(51, 51, 51, 1);
    margin: 20px 0 0 0;
    white-space: normal;
}

#mh6_form_0 .mh6_submit_button:focus {
    outline: none;
}

#mh6_form_0 .mh6_question_cb_label {
    font-size: 13px;
    font-weight: 300;
}

#mh6_form_0 .mh6-datepicker .ui-datepicker-title {
    background-color: #345685;
}

#mh6_form_0 .mh6-datepicker .ui-datepicker-title {
    color: rgba(255, 255, 255, 1);
}

#mh6_form_0 .mh6_datepicker_active {
}

#mh6_form_0 .mh6-datepicker .ui-datepicker-current-day {
    background-color: #7bb9ff !important;
}

#mh6_form_0 .mh6-datepicker .ui-state-active {
    color: rgba(255, 255, 255, 1) !important;
}

#mh6_form_0 .mh6_datepicker_buttons {
}

#mh6_form_0 .mh6-datepicker .ui-datepicker-prev {
    background-color: #fff;
}

#mh6_form_0 .mh6-datepicker .ui-datepicker-prev {
    color: #3a3a3a;
}

#mh6_form_0 .mh6-datepicker .ui-datepicker-next {
    background-color: #fff;
}

#mh6_form_0 .mh6-datepicker .ui-datepicker-next {
    color: #3a3a3a;
}

.mh6_answer_container input[type=radio] {
    display: none;
}

.question_container {
    display: none;
}

#mh6_logo {
    margin-top: 50px;
}

.mh6_answer_container textarea.form-control, .mh6_answer_container textarea.form-control:focus {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 16px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-top: -25px;
}

#mh6_form_0 .mh6_submit_button {
    width: 200px;
    margin: 0 30px;
    background-color: #28a745;
    color: white;
}



div.chat *{
    transition:all .5s;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}

div.chat {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* IE/Edge */
    user-select: none;
}



div.chat .messages{
    display:block;
    overflow-x: hidden;
    overflow-y: scroll;
    position:relative;
    margin-top: 60px;
    height:90%;
    width:100%;
    padding:2% 3%;
    /* border-bottom:1px solid #ecf0f1; */
}

div.chat ::-webkit-scrollbar {width: 3px; height:1px;transition:all .5s;z-index:10;}
div.chat ::-webkit-scrollbar-track {background-color: white;}
div.chat ::-webkit-scrollbar-thumb {
    background-color: #bec4c8;
    border-radius:3px;
}

div.chat .message{
    display:block;
    width:98%;
    padding:0.5%;
}

div.chat .message p{
    margin:0;
    text-align: left;
    color: black;
}

div.chat .myMessage,
div.chat .fromThem {
    max-width: 50%;
    word-wrap: break-word;
    margin-bottom: 20px;
}

div.chat .message .myMessage{
    -webkit-transform: translateX(-130px);
    transform: translateX(-130px);
}

div.chat .message .fromThem{
    -webkit-transform: translateX(130px);
    transform: translateX(130px);
}

div.chat .message date {
    opacity: 1;
}

div.chat .myMessage,.fromThem{
    position: relative;
    padding: 10px 20px;
    color: white;
    border-radius: 25px;
    clear: both;
    font: 400 15px 'Open Sans', sans-serif;
}

div.chat .myMessage {
    background: #00e34d;
    color:white;
    float:right;
    clear:both;
    border-bottom-right-radius: 20px 0px\9;
}

div.chat .myMessage:before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -2px;
    right: -8px;
    height: 19px;
    border-right: 20px solid #00e34d;
    border-bottom-left-radius: 16px 14px;
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
    border-bottom-left-radius: 15px 0px\9;
    transform: translate(-1px, -2px)\9;
}

div.chat .myMessage:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -2px;
    right: -42px;
    width: 12px;
    height: 20px;
    background: white;
    border-bottom-left-radius: 10px;
    -webkit-transform: translate(-30px, -2px);
    transform: translate(-30px, -2px);
}

div.chat .fromThem {
    background: #E5E5EA;
    color: black;
    float: left;
    clear:both;
    border-bottom-left-radius: 30px 0px\9;
}
div.chat .fromThem:before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -2px;
    left: -7px;
    height: 19px;
    border-left: 20px solid #E5E5EA;
    border-bottom-right-radius: 16px 14px;
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
    border-bottom-right-radius: 15px 0px\9;
    transform: translate(-1px, -2px)\9;
}

div.chat .fromThem:after {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: -2px;
    left: 4px;
    width: 26px;
    height: 20px;
    background: white;
    border-bottom-right-radius: 10px;
    -webkit-transform: translate(-30px, -2px);
    transform: translate(-30px, -2px);
}

div.chat date {
    position:absolute;
    top: 10px;
    font-size:14px;
    white-space:nowrap;
    vertical-align:middle;
    color: #8b8b90;
    opacity: 0;
    z-index:4;
}

div.chat .myMessage date {
    left: 105%;
}

div.chat .fromThem date {
    right: 105%;
}

div.chat input{
    font: 400 13px 'Open Sans', sans-serif;
    border:0;
    padding:0 15px;
    height:10%;
    outline:0;
}

div.chat input[type='text']{
    width:73%;
    float:left;
}

div.chat input[type='submit']{
    width:23%;
    background:transparent;
    color:#00E34D;
    font-weight:700;
    text-align:right;
    float:right;
}

div.chat .myMessage,div.chat .fromThem{
    font-size:12px;
}

div.chat .message .myMessage{
    transform: translateY(18px);
    -webkit-transform: translateY(18px);
}

div.chat .message .fromThem{
    transform: translateY(18px);
    -webkit-transform: translateY(18px);
}

div.chat .myMessage date,div.chat .fromThem date {
    top: -20px;
    left:auto;
    right:0;
    font-size:12px;
}

div.chat .myMessage,
div.chat .fromThem {
    max-width: 90%;
    margin-top: 25px;
}


.iphone-x.message_view {
    background-color: white!important;
    background-image: none;
    overflow: hidden;
}

.contact-pic {
    overflow: hidden;
    width: 60px;
    top: 45px;
    position: relative;
    border-radius: 50%;
    margin: 0 auto 0 auto;
}

.chat-header {
    position: absolute;
    width: 100%;
    margin-left: -7px;
    margin-top: -34px;
    height: 135px;
    background: #E5E5EA;
}

.chat-header p {
    font-size: 12px;
    margin-top: 48px;
    color: black;
}

#WAButton {
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-size: 14px;
    transition: bottom .2s;
}

#WAButton .floating-wpp-button {
    position: relative;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(60,60,60,.4);
    transition: box-shadow .2s;
    cursor: pointer;
    overflow: hidden;
    width: 72px;
    height: 72px;
    background-color: rgb(37, 211, 102);
}

#WAButton .floating-wpp-button img, .floating-wpp .floating-wpp-button svg {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
}

.d-none {
    display: none!important;
}