/home/arranoyd/eventrify/wp-content/plugins/wp-chatbot/admin/assets/css/admin-styles.css
/* Styles for admin page */


/* Submit button */
/* .options .submit { */
.submit {
    position: sticky !important;
    bottom: 1px;
}


.display-none {
    display: none;
}

.display-block {
    display: block;
}

.mobilemonkey-big-button {
    padding: 20px 40px !important;
    line-height: 0 !important;
}

.connect-button {
    background-color: #4267b2;
    border-radius: 4px;
    color: #fff;
    display: block;
    width: 254px;
    height: 40px;
    text-decoration: none;
}

.connect-button:hover, .connect-button:focus {
    color: #fff;
}

.connected-page {
    padding: 0 15px 15px 0;
}

.connected-page .connected-page-title {
    font-size: 16px;
    font-weight: 700;
}

.connected-page .connected-page-title span {
    font-weight: bold;
    color: green;
}

.connected-page-settings {
    position: relative;
    float: right;
}

.connected-page-settings #button_disconnect_page {
    cursor: pointer;
    background-color: #ca4646;
    display: inline-block;
    padding: 3px 8px;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
}

.connected-page-settings #button_disconnect_page:hover {
    color: #3a3a3a;
    background: #e8e8e8;
}

.cat-checklist {
    padding: 15px !important;
    margin-bottom: 30px !important;
}

.connect-button span {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    width: 200px;
}

.connect-button svg {
    height: 24px;
    margin: 8px;
    display: inline-block;
    vertical-align: middle;
}

.choose-page {
    margin-top: 10px;
}

.choose-page .select-page {
    border: 1px solid #dedede;
    padding: 15px;
    margin-top: -1px;
    font-size: 16px;
}

.choose-page .select-page + .select-page {
    border-bottom: none;
}

.choose-page .select-page:last-child {
    border-bottom: 1px solid #dedede;
}

.choose-page .select-page a {
    background-color: #d93;
    display: inline-block;
    float: right;
    padding: 3px 8px;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
}

.choose-page .select-page a:hover {
    color: #3a3a3a;
    background: #e8e8e8;
}

.logout-mobilemonkey {
    text-align: right;
    margin: 0 0 15px 0;
    overflow: hidden;
}

.logout-mobilemonkey a {
    background-color: #d93;
    display: inline-block;
    float: right;
    padding: 3px 8px;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
}

.logout-mobilemonkey a:hover {
    color: #3a3a3a;
    background: #e8e8e8;
}

.mobilemonkey-button {
    margin-top: 10px;
    position: relative;
    display: inline-block;
}

.mobilemonkey-button button {
    background-color: #d93;
    display: inline-block;
    padding: 3px 8px;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
}

.mobilemonkey-button .copiedtext {
    color: green;
    display: none;
}

.get-subscribers_block {
    margin-bottom: 15px;
}

.get-subscribers_block h3 {
    margin: 0 0 10px;
}

.get-subscribers_block .link-icon {
    width: 45px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.get-subscribers_block .link-icon path {
    fill: #654fa5;
}

.get-subscribers_block .link-info {
    display: inline-block;
}

.get-subscribers_block button {
    background-color: #d93;
    display: inline-block;
    border: none;
    padding: 5px 8px;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
}

.get-subscribers_block button:hover {
    cursor: pointer;
    color: #3a3a3a;
    background: #e8e8e8;
}

.mobilemonkey-settings {
    display: inline-block;
}

.mobilemonkey-settings, .connect-page {
    position: relative;
}

.connect-page {
    float: right;
    height: 32px;
}

.opacity-button {
    opacity: 0.3;
}

.lazyload {
    display: none;
    position: absolute;
    top: 0;
    background: url(../img/lazyload.svg) center no-repeat;
    width: 100%;
    bottom: 0;
    left: 0;
}
.save_change{
    position: relative;
}

.connect-page .lazyload, .connected-page-settings .lazyload {
    top: -8px;

}

.active-page-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.connect_check .fa{
    display: inline;
}
.page_name__wrap{
    display: flex;
    flex-direction: row;
    align-items: center;
}
span.pro,span.free{
    padding: 3px 10px 3px 10px;
    width: 50px;
    height: 25px;
    color: #FFFFFF;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 19px;
    text-align: center;
    border-radius: 7px;
    margin-left: 11px;
    background: -webkit-gradient(linear, left top, right top, from(#db8700), to(#f0b537));
    background: linear-gradient(to right, #db8700 0%, #f0b537 100%);
    background: -webkit-linear-gradient(left, #db8700 0%, #f0b537 100%);
}
span.pro{
    background: -webkit-gradient(linear, left top, right top, from(#db8700), to(#f0b537));
    background: linear-gradient(to right, #db8700 0%, #f0b537 100%);
    background: -webkit-linear-gradient(left, #db8700 0%, #f0b537 100%);
}
span.free{
    background: none;
    background-color: #C8C8CE;
}
/* .active-page-image, .active-page-info {
    display: inline-block;
    vertical-align: middle;
} */

.active-page-image {
    max-width: 60px;
    margin-right: 10px;
}

.toplevel_page_mobilemonkey-contacts {
    padding-right: 20px;
}

/* i.mce-i-mobilemonkey-shortcode {
    background-image: url('../image/tinymce_icon.png');
} */

.get-mm-free-button {
    position: relative;
    width: 254px;
    height: 40px;
    overflow: hidden;
    border-radius: 3px;
}

.get-mm-free-button__fallback,
.get-mm-free-button__fallback:hover {
    text-decoration: none;
}

/*Fallback button and iframe:before get same styles */
.get-mm-free-button__fallback, .get-mm-free-button .fb-send-to-messenger.fb_iframe_widget::before {
    color: #fff;
    font-size: 19px;
    line-height: 29px;
    text-transform: uppercase;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease 0s;
}

.get-mm-free-button .fb-send-to-messenger.fb_iframe_widget::before {
    pointer-events: none;
    z-index: 2;
    content: 'Connect Facebook Page';
    font-family: Helvetica, Arial, sans-serif;
    background: #4267b2 url(../img/fb.svg) 8px no-repeat;
    background-size: 24px;
    font-size: 14px;
    text-align: right;
    padding-right: 13px;
    box-sizing: border-box;
    color: #fff;
    width: 254px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease 0s;
}

/* Hide Facebook plugin until rendered callback from Facebook */
.get-mm-free-button .fb-send-to-messenger {
    display: none;
}

/* Add class to show Facebook plugin once get rendered callback from Facebook */
.get-mm-free-button .fb-send-to-messenger.fb-send-to-messenger--loaded-iframe {
    display: block;
}

.mobilemonkey-logo {
    background: url(../img/mobilemonkey_logo.png) left bottom no-repeat;
    background-size: contain;
    height: 70px;
    max-width: 330px;
    position: relative;
}

.options-subtitle {
    font-size: 12px;
}





.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 25px;
    margin: 0;
    margin-right: 20px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.qq_label{
    margin-top: 5px;
}
/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.switch__wrap{
    display: flex;
    margin-top: 15px;
}
.switch__wrap p{
    color: #000;
}
.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.answering-service label {
    display: block;
    margin-bottom: 10px;
}

.toc-tab-box .answering-service .input-field {
    padding-left: 0;
}

.toc-tab-box .answering-service h6 {
    font-weight: bold;
}

.answering-service textarea {
    resize: none;
}

.as_state p {
    display: inline-block;
    color: #444;
    margin-left: 20px;
    font-size: 1rem;
    font-weight: bold;
    vertical-align: middle;
}

body .toc-tab-box .answering-service input {
    border: 1px solid #9e9e9e;
    padding: 0 0 0 20px;
}

body .toc-tab-box .button {
    padding: 20px;
    line-height: 0;
}

.toc-tab-box .form-table th {
    width: 1px;
}
.form-table td p{
    display: block;
}

.form-table{
    position: relative;
}
.mm_only_block{
    margin-top: 20px;
}
.mm_only_block h6 {
    line-height: 1.6rem;
    margin: 0 0 20px 0;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}

.mm_only_block a.go_mm{
    height: auto;
    padding: 5px 15px;
    border-radius: 4px;
    color: #fff;
}



.mm_only_block a.go_mm{
    background-color: #324ef8;
}
.mm_only_block .but__wrap{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
}

.mm_only_block a.reset_chatbot{
    background-color: gray;
    margin-right: 2rem;
    border-radius: 4px;
    color: #fff;
    padding: 5px 15px;
}


.mm_only_block a.go_mm{
    background-color: #324ef8;
    padding: 5px 15px;
}
.mm_only_block .but__wrap{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
}

.test-bot-button {
    position: absolute;
    right: 0;
}


.test-bot-button__button-wrapper {
    height: 29px;
    width: 137px;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
}

.test-bot-button .fb_iframe_widget {
    position: initial;
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
}

.test-bot-button .fb-send-to-messenger.fb_iframe_widget:before {
    background-color: #0084ff;
    border-radius: 3px;
    color: #fff;
    content: "Test your ChatBot";
    font-size: 14px;
    font-weight: 500;
    height: 29px;
    line-height: 29px;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    padding-right: 0px;
    z-index: 2;
    padding-left: 8px;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
}

.fb_iframe_widget span {
    display: inline-block;
    position: relative;
    text-align: justify;
}
.sp-input{
    text-transform: uppercase;
}



body {
    margin-top: 100px;
    font-family: 'Trebuchet MS', serif;
    line-height: 1.6;
    background-color: #efefef;
}

.step-wrapper {
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 100px;
    -webkit-box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.75);
}

.step-wrapper .tab_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f7f8fa;
}
.step-wrapper .tab-link.current span.tab_header{
    background-color: #ffffff;
}

.step-wrapper ul.tabs_wrapper {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-radius: 12px;

}

.step-wrapper ul li {
    color: #222;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1em;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 0px;
    height: 50px;
}

.step-wrapper ul li .tab_number {
    width: 30px;
    height: 30px;
    display: block;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: #3c59e4;
    margin-right: 0.7rem;
    border: 2px solid #3c59e4;
}

.step-wrapper ul li .tab_contacts__count {
    margin-left: 0.5em;
    background-color: #1ac9b7;
    padding: 0.1em 0.8em;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
}

.step-wrapper ul li.current {
    background-color: #fff;
    color: #222;
    border: 2px solid #3c59e4;
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 52px;
}
.step-wrapper ul li.done .tab_number{
    background-color: #3c59e4;
    color: #fff;
    border: 2px solid #3c59e4;
}
/*.step-wrapper ul li.done.incomplete{
    pointer-events: none;
    opacity: 0.6;
}*/
.step-wrapper ul li.current .tab_number {
    background-color: #3c59e4;
    color: #fff;
    border: 2px solid #3c59e4;
}


.tab-content {
    display: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.tab-content .tab-content__wrapper {
    background: #fff;
    padding: 1em 2em;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.tab-content.current {
    display: inherit;
}

.tab-content h1 {
    color: #525252;
    font-family: "Open Sans",sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 49px;
    margin: 0 0 0.7em;
}

.tab-content h3 {
    text-transform: uppercase;
    color: #525252;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.15px;
    line-height: 22px;
    margin-bottom: 0;
}

.tab-content p {
    color: #393E4A;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin: 0.7em 0;
}

.tab-content textarea, .tab-content input[type=text]:not(.browser-default) {
    padding: 20px;
    width: 100%;
    border: 1px solid #979797;
    margin: .5em 0;
    line-height: 20px;
    border-radius: 5px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tab-content .input-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.tab-content .input-field__email input[type=email]:not(.browser-default) {
    width: 250px;
    padding: .5em;
    background-color: #e7e7e7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tab-content .upgrade_button {
    padding: .7em;
    border: none;
    border-radius: 5px;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#db8700), to(#f0b537));
    background: linear-gradient(to right, #db8700 0%, #f0b537 100%);
    background: -webkit-linear-gradient(left, #db8700 0%, #f0b537 100%);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.tab-content .tab-content__footer {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.tab-content .button-primary{
    padding: 10px 30px;
    background-color: #324ef8;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    height: auto;
    border: none;
    width: auto;
}
p.submit{
    margin-top: 30px;
    text-align: right;
    width: 100%;
}
.tab-content .button-primary:hover,.tab-content .button-primary:active,.tab-content .button-primary:focus {
    opacity: 0.75;
    background-color: #324ef8;
    border: none;
}


.as_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.as_row .switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 27px;
    margin: 0;
    margin-right: 20px;
}

.as_row .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.as_row .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.as_row .slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.as_row input:checked + .slider {
    background-color: #2196F3;
}

.as_row input:focus + .slider {
    -webkit-box-shadow: 0 0 1px #2196F3;
    box-shadow: 0 0 1px #2196F3;
}

.as_row input:checked + .slider:before {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
}

.as_row .slider.round {
    border-radius: 34px;
}

.as_row .slider.round:before {
    border-radius: 50%;
}

.customization_button__wrapper, .pro_button__wrapper {
    background: -webkit-gradient(linear, left top, right top, from(#3d5afe), to(#7c4dff));
    background: linear-gradient(to right, #3d5afe 0%, #7c4dff 100%);
    padding: 1em 1.5em;
    border-radius: 18px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
}
.pro_button__wrapper{
    position: absolute;
    display: flex;
    align-items: center;
    top: -4px;
    width: 100%;
   /* height: 64px;*/
    padding: 0 1em;
    left: 0;
}

.customization_button__wrapper .customization_button__link, .pro_button__wrapper .pro_button__link {
    text-decoration: none;
}
.pro_button__wrapper .pro_button__link{
    width: 100%;
    height: 100%;
}
.pro_button__wrapper .pro_button__link:focus{
    border: 0;
    box-shadow: none;
    height: 100%;
}

.customization_button__wrapper .customization_button__image {
    background-image: url("../img/monkey_head.png");
    background-size: contain;
    width: 45px;
    height: 45px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 0.3em;
}

.customization_button__wrapper .customization_button,.pro_button__wrapper .pro_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pro_button__wrapper .pro_button{
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.pro_button__content{
    flex-direction: column;
    height: 100%;
}
.pro_button__content h3,.pro_button__content p{
    color: #fff;
    padding: 0;
    margin: 0;
}
.tab-content .form-table .pro_button__content p{
    margin-top: 5px;
    margin-bottom: 7px;
}
.pro_button__content h3 b{
    color: red;
    text-decoration: underline;
}

.customization_button__wrapper .customization_button .customization_button__content,.pro_button__wrapper .pro_button .pro_button__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    justify-content: center;
}

.customization_button__wrapper .customization_button__action, .pro_button__wrapper .pro_button__action{
    padding: 1em 2em;
    background-color: #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pro_button__wrapper .pro_button__action{
    padding: 0.6rem 2rem;
}
.customization_button__wrapper .customization_button__action .button_action__text , .pro_button__wrapper .pro_button_action__text{
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
    text-transform: uppercase;
    color: #7e74fe;
}

.customize_section input, .customize_section select{
    width: 30%;
}
.select-1{
    margin: 15px 0;
}

.customize_section input.select_numbers, .customize_section select.select_numbers {
    width: 100px;
}

.customize_section .greeting_display__wrapper span {
    color: #393E4A;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin-left: 1.2em;
}

.list_tabs__button {
    display: none;

    background-size: contain;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.list_tabs__button .list_tabs {
    display: none;
}
.form-table p.description{
    font-style: normal;
}
#to_pro,#unsaved_option, #pro_option,#cancel,#mm_option {
    z-index: 999;
    transition: all 0.5s ease;
    background-color: #FFFFFF;
    display: none;
    position: fixed;
    top: 30%;
    left: 0;
    right: 0;
    width: 563px;
    margin: 0 auto;
    color: #525252;
    border: 1px solid #000;
    border-radius: 10px;
}


#to_pro .modal_close,#unsaved_option .modal_close,#pro_option .modal_close, #mm_option .modal_close,#cancel .modal_close {
    background-size: contain;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
    z-index: 999;
}


#to_pro .upgrade__wrapper,#unsaved_option .unsaved__wrapper,#cancel .cancel__wrapper,#mm_option .mm__wrapper{
    position: relative;
    height: 302px;
    padding-top: 1em;
}

#to_pro .upgrade__content,#unsaved_option .unsaved__content,#cancel .cancel__content,#mm_option .mm__content{
    padding: 1.5em;
}



#to_pro .upgrade__button, #unsaved_option .unsaved__button, #mm_option .mm__button,#cancel .cancel__button{
    padding: 1.5em 2em;
    text-align: center;
    position: absolute;
    width: 100%;
    max-width: 564px;
    bottom: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}
#unsaved_option .unsaved__button{
    flex-direction: row-reverse;
    justify-content: flex-start;
}

#to_pro .upgrade__button .reds,#unsaved_option .unsaved__button .reds,#cancel .cancel__button .reds{
    padding: 5px 15px;
    background-color: #ca4646;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    border: none;
    flex-basis: 25%;
    position: relative;
    margin: 0 10px;
}
#cancel .cancel__button .reds{
    flex-basis: 40%;
}
.subscribe_succes_cancel{
    font-size: 19px;
    padding: 20px;
    height: 80%;
    display: flex;
    align-items: center;
}
#to_pro .upgrade__button .reds:hover,#unsaved_option .unsaved__button .reds:hover,#cancel .cancel__button .reds:hover{
    opacity: 0.75;
    background-color: #ca4646;
    border: none;
}
#unsaved_option .unsaved__button #discard_button{
    background-color: #fff;
    color: #ca4646;
}
#unsaved_option .unsaved__button #discard_button:hover{
    text-decoration: underline;
    background-color: #fff;
    opacity: 1;
}
#unsaved_option .unsaved__button #discard_button:focus{
    box-shadow: none;
}
.modal a.blues{
    cursor: pointer;
    padding: 5px 15px;
    background-color: #324ef8;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    border: none;
    margin: 0 10px;
    position: relative;
}
.modal .mm__content{
    color: #525252;
}
.modal a.gray{
    padding: 5px 15px;
    border-radius: 5px;
    background-color: gray;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    border: none;
    margin: 0 10px;
    position: relative;
}
.modal .mm__content{
    color: #525252;
}
.modal a.gray{
    padding: 5px 15px;
    border-radius: 5px;
    background-color: gray;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    border: none;
    margin: 0 10px;
}
.modal .upgrade__button .blues,.modal .unsaved__button .blues{
    text-transform: uppercase;
    flex-basis: 25%;
}
.modal a.blues:hover,.modal a.blues:hover{
    opacity: 0.75;
    background-color: #324ef8;
    border: none;
}
.mobile_wrap .modal-overlays {
    position: fixed;
    margin-left: -20px;
    right: 0;
    height: auto;
    width: auto;
    background: #000;
    will-change: opacity;
    opacity: 0.4;
    z-index: 998;
    top: -25%;
    left: 0;
    bottom: 0;
    display: none;
}
.mobile_wrap{
    overflow: hidden;
    width: 100%;
}

#modal_form {
    display: none;
    position: fixed;
    top: 5%;
    right: 0;
    left: 0;
    width: 650px;
    margin: 0 auto;
    background-color: #4558fe;
    font-size: 18px;
    border-radius: 0.9em;
    -webkit-box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.75);
}

#modal_form .modal_form__wrapper {
    padding: 0.5em;
}

#modal_form .modal_form__header {
    padding: 0 1.7em;
    color: #fff;
}

#modal_form .modal_form__header .customization_button__image {
    background-size: contain;
    width: 45px;
    height: 45px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 1em;
}

#modal_form .modal_form__header .logo_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 19px;
}

#modal_form .modal_form__header .version_name__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1em;
}

#modal_form .modal_form__header .version_name__header .version_header__text {
    color: #FFFFFF;
    font-size: 56px;
    font-weight: 800;
    line-height: 77px;
}

#modal_form .modal_form__header .version_name__header .version_header__price {
    font-size: 32px;
    font-weight: 800;
    line-height: 43px;
    text-align: right;
}

#modal_form .modal_form__header .version_name__header .version_header__price span {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
}

#modal_form .modal_form__header .header_variations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#modal_form .modal_form__header .header_variations span {
    background-size: 15px;
    width: 15px;
    height: 15px;
    padding: 0.5em;
    background-repeat: no-repeat;
    background-position: center;
}

#modal_form .modal_form__header .header_variations .variation_item {
    margin-right: 2em;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

#modal_form .modal_form__header .header_input {
    background-color: #fff;
    border-radius: 0.7em;
    padding: 0.7em 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1em 0;
}

#modal_form .modal_form__header .header_input .checkbox_image {
    background-size: 25px;
    width: 28px;
    height: 28px;
    padding: 0.5em;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #5455fe;
    border-radius: 50%;
}

#modal_form .modal_form__header .header_input .header_input__content {
    margin-left: 3em;
}

#modal_form .modal_form__header .header_input .header_input__name {
    color: #525252;
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
}

#modal_form .modal_form__header .header_input .header_input__date {
    color: #525252;
    font-size: 14px;
    line-height: 19px;
}

#modal_form .form_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.5em;
}

#modal_form .form_input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding: 0 1.2em;
    color: #fff;
}

#modal_form .form_input label {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    text-transform: uppercase;
}

#modal_form .form_input input {
    padding: 0.8em 1.5em;
    border-radius: 0.7em;
    border: none;
    font-size: 18px;
    line-height: 20px;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#modal_form .form_input a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
}

#modal_form .form_privacy {
    padding: 0.5em;
}

#modal_form .form_privacy .form_checkbox {
    padding: 0 1.2em;
}

#modal_form .form_checkbox {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 19px;
}

#modal_form .form_checkbox a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
}

#modal_form .form_submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#modal_form .form_submit a {
    color: #5456FF;
    font-size: 30px;
    font-weight: bold;
    line-height: 41px;
    background-color: #fff;
    padding: 0.5em 1.9em;
    text-decoration: none;
    display: inline-block;
    border-radius: 0.7em;
}
.setup_section table tbody tr:first-child th{
    font-weight: 800;
    letter-spacing: 0.2px;
    line-height: 30px;
    float: left;
    padding: 10px 0;
    font-size: 22px;
    font-weight: 800;
}
.tab-content .tab-content__wrapper .testchat{
    position: absolute;
    right: 0;
    background-color: #6071fb;
    color: #fff;
    border:none;
    box-shadow: none;
    width: 140px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.tab-content table th{
    font-family: "Open Sans",sans-serif;
    font-weight: bold;
    color: #525252;
    font-size: 14px;
    letter-spacing: 0.15px;
    line-height: 22px;
    padding: 0;
    text-transform: uppercase;
}
.tab-content label.gray{
    color: #949494;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 0;
}
.tab-content .form-table td p{
    font-family: "Open Sans",sans-serif;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 16px;
}
.tab-content table label{
    color: #525252;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    letter-spacing: 0.13px;
    line-height: 19px;
    padding-bottom: 10px;
}
.tab-content .input-field{
    padding: 0;
}
.tab-content .as_state{
    display: flex;
    flex-direction: column;
}

.tab-content .as h6{
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    text-transform: uppercase;
}
.tab-content .sp-replacer{
    margin-top: 20px;
    background: none;
    padding: 0;
}
.tab-content input[type=checkbox]{
    width: auto;
}
.tab-content input[type=number]{
    width: 30%!important;
}
.tab-content .sp-replacer,.sp-preview{
    width: 80px;
    height: 80px;
    border: none;
}
.tab-content .sp-dd{
    display: none;
}

.customize_section table th, 
.customize_section table td {
    margin-bottom: 10px;
}
.options table td{
    margin-bottom: 15px;
    vertical-align: middle;
    padding: 0;
    width: 80%;
}
.wrap__pro{
    position: relative;
}
.customize_section table th{
    font-family: "Open Sans",sans-serif;
    font-weight: 800;
    color: #525252;
    font-size: 16px;
    letter-spacing: 0.15px;
    line-height: 22px;
    padding: 0;
    text-transform: uppercase;
}

.setup_section th,
.setup_section td{
    display: block;
    width: auto;
}
.customize_section th,
.customize_section td{
    display: block!important;
    width: auto;
}

.options .contact_tab table th.sortable a,.options .contact_tab table th.sorted a,.options .contact_tab table th{
    display: inline-block;
    padding: 0;
    color: #A9A5A5;
    height: 100%;
    text-transform: capitalize;
}
.options .contact_tab table th.sortable a:focus,.options .contact_tab table th.sorted a:focus{
    box-shadow: none;
}

.options .contact_tab table,.options .contact_tab table tbody{
    display: block;
}
.options .contact_tab table tr:first-child{
    padding-bottom: 15px;
    margin-bottom: 0;
    box-shadow: none;
}
.options .contact_tab table tr:hover:not(:first-child){
    cursor: pointer;
    background-color: #f9fafb;
}
.download__wrap .pro_button__content{
    text-align: center;
}
.options .contact_tab table tr{
    margin-bottom: 1em;
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: 10% 25% 10% 10% 12% 23% 10%;
    padding: 1rem 25px;
    box-shadow: 0 0 4px 3px rgba(242,239,237,1);
    vertical-align: middle;
    -ms-flex-align: center;
    align-items: center;
}
.options .contact_tab table td{
    margin: 0;
    padding: 0;
    width: 100%;
    vertical-align: middle;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: bold;
    word-break: break-all;
}

.options .contact_tab table td img{
    vertical-align: middle;
    border-radius: 50%;
    min-width: 3.5rem;
}
.options .contact_tab table td.gender{
    text-transform: capitalize;
}
.options .contact_tab table{
    border: none;
}
.contact_tab{
    padding: 20px 20px 40px 20px;
}
.contact_tab .table__wrap .displaying-num{
    display: none;
}
.contact_tab .table__wrap{
    padding-bottom: 5rem;
}
.tab-content .contact_head__wrap h4,.tab-content .contact_head__wrap p{
    display: inline-block;
    font-size: 18px;
}
.contact_head__wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.contact_head__wrap a{
    color: #324EF8;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    box-shadow: 0 0 10px #cfcfcf;
    border-radius: 9px;
    padding: 10px;
}
.contact_head__wrap a:active{
    box-shadow: none;
}
.contact_head__wrap a>i{
    color: #324EF8;
    margin-right: 8px;
}
.contact_head__wrap .download__wrap{
    position: relative;
    width: 71%;
    height: 100%;
    text-align: right;
}
.contact_head__wrap .pro_button__wrapper{
    display: flex;
    align-items: center;
    top: -35px;
    width: 100%;
    height: 100px;
    left: 0;
    position: absolute;
    bottom: 0;
    padding: 0;
}

.contact_head__wrap .pro_button__wrapper .pro_button__content p{
    margin-bottom: 5px;
}

.contact_head__wrap .pro_button__wrapper a{
    padding: 0.5em 1em;
}

.contact_head__wrap .pro_button__wrapper a{
    box-shadow: none;
}


.tab-content .contact_head__wrap h4{
    margin: 0 10px 0 0;
    color: #525252;
    font-family: "Open Sans",sans-serif;
    font-size: 36px;
    font-weight: bold;
}
.table__wrap{
    position: relative;
}

.connected-page .connect_check{
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 1px 10px;
    background-color: green;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    height: auto;
    border: none;
    width: fit-content;

}
.connected-page .connect_check:hover {
    opacity: 0.75;
    border: none;
}
.connect_check .fa-check{
    margin-right: 5px;
}
.page_name{
    color: #525252;
    font-family: "Open Sans",sans-serif;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.24px;
    line-height: 32px;
    margin: 0;
    vertical-align: middle;

}
#contacts_modal {
    width: 65%;
    -webkit-user-drag:none;
    user-drag:none;
    -moz-user-drag:none;
    -ms-user-drag:none;
    position: absolute;
    padding: 1em 2em;
    color: #fff;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: -webkit-gradient(linear, left top, right top, from(#3d5afe), to(#7c4dff));
    background: linear-gradient(to right, #3d5afe 0%, #7c4dff 100%);
    border-radius: 18px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
}

#contacts_modal .contact_modal__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#contacts_modal .contact_modal__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#contacts_modal .contact_modal__content p {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}
#contacts_modal .contact_modal__content .logo_name {
    color: #FFFFFF;
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 19px;
}

#contacts_modal .contact_modal__button {
    background-color: #fff;
    padding: 0.7em 1.5em;
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
    text-transform: uppercase;
    border-radius: 9px;
}

#contacts_modal .contact_modal__button a {
    text-decoration: none;
}

#contacts_modal .customization_button__image {
    background-image: url("../img/monkey_head.png");
    background-size: contain;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 .3em;
    display: inline-block;
}
.connected-page-bottom .active-page-info{
    display: block;
}
.log_out__wrapper,.disconnect_page__wrapper{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.log_out__wrapper h5{
    margin: 0;
    padding: 0;
}
.log_out__wrapper .logout-mobilemonkey{
    margin: 0;
}
.disconnect_page__wrapper{
    padding: 0 20px;
    background-color: #25252525;
}
.disconnect_page__wrapper p b {
     color: green;
 }
.disconnect_page__wrapper p {
    color: #000;
}
.mm_only-state{
    background-color: #000000;
}
.contact_modal__button div{
    color: #5F52FE;
}
.mobilemonkey-settings h5{
    color: #525252;
    font-family: "Open Sans",sans-serif;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.33px;
    line-height: 49px;
    margin: 20px 0 0 0;
}
.mobilemonkey-settings p.get_start{
    color: #525252;	font-family: "Open Sans",sans-serif;
    font-size: 24px;
    letter-spacing: 0.22px;
    line-height: 33px;
    margin: 0 0 30px 0;
}
.mobilemonkey-settings p{
    margin-top: 15px;
}
.tab-content .form-table td .welcome_text{
    margin: 5px 10px 20px 0;
}
.tab-content .form-table td .head_text{
    font-size: 22px;
    font-weight: 800;
    line-height: 30px;
    font-family: "Open Sans",sans-serif;
    letter-spacing: 0.15px;
    color: #525252;
    text-transform: uppercase;
}

.tab-content .form-table td .qual_p{
    margin: 20px 0 30px 0;
}

@media (max-width: 575.98px) {
    #to_pro, #unsaved_option{
        width: 90%;
    }
    .service-content {
        text-align: center;
    }
    .service-content iframe{
        width: 250px!important;
    }
    .contact_tab{
        padding-bottom: 100px;
    }
    .customization_button,#contacts_modal .contact_modal__wrapper{
        flex-direction: column;
    }
    .customization_button .customization_button__action,#contacts_modal .contact_modal__button{
        margin-top: 20px;
    }
    #contacts_modal {
        width: 100%;
    }
    #contacts_modal .contact_modal__content{
        flex-direction: column;
        text-align: center;
    }
    .contact_tab .table__wrap{
        padding-bottom: 10rem;
    }
    .customization_button__wrapper .customization_button .customization_button__content{
        flex-direction: column;
        text-align: center;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .contact_tab{
        padding-bottom: 100px;
    }
    .customization_button,#contacts_modal .contact_modal__wrapper{
        flex-direction: column;
    }
    .customization_button .customization_button__action,#contacts_modal .contact_modal__button{
        margin-top: 20px;
    }
    #contacts_modal {
        width: 100%;
    }
    .download__wrap .pro_button__wrapper{
        padding: 0;
    }
    .download__wrap .pro_button__wrapper .pro_button{
        flex-direction: column;
        text-align: center;
    }
}


@media (min-width: 768px) and (max-width: 991.98px) {
    .contact_tab{
        padding-bottom: 100px;
    }
    .customization_button,#contacts_modal .contact_modal__wrapper{
        flex-direction: column;
    }
    .customization_button .customization_button__action,#contacts_modal .contact_modal__button{
        margin-top: 20px;
    }
    .download__wrap .pro_button__wrapper{
        padding: 0;
    }
    .download__wrap .pro_button__wrapper .pro_button{
        flex-direction: column;
        text-align: center;
    }
}


@media (min-width: 992px) and (max-width: 1199.98px) {
    .customization_button,#contacts_modal .contact_modal__wrapper{
        flex-direction: column;
    }
    .download__wrap .pro_button__wrapper{
        padding: 0;
    }
    .download__wrap .pro_button__wrapper .pro_button{
        flex-direction: column;
        text-align: center;
    }
}


@media (min-width: 1800px) {
    .main-question{
        width: 800px!important;
    }
}


/*PRO modal*/

#pro_option{
    border-radius: 0;
    border: 0;
    background-color: transparent;
    top: 10%;
    max-height: 100%;
}
#pro_option .modal_close i{
    color: #fff;
    font-size: 20px;
}
.billing-modal-header {
    width: 100%;
    display: flex;
    background-color: #4F57FF;
    align-items: center;
    flex-direction: column;
    color: #fff;
    border-radius: 10px 10px 0 0;
}
.billing-modal-header__plan-name {
    font-size: 43px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 45px;
    text-align: center;
}
.billing-modal-header__plan-price{
    text-align: center;
}
.billing-modal-header__plan-price p{
    font-size: 23px;
    margin: 0;
    text-align: center;
    font-weight: 200;
}
.billing-modal-header__plan-price .discount .disc_cross b{
    font-size: 1.4em;
}
.billing-modal-header__plan-price .discount .disc_cross{
    margin-right: 20px;
    position: relative;
    color: #fff;
    font-size: 20px;
}
.billing-modal-header__plan-price .discount{
    display: flex;
    margin-top: 5px;
    align-items: baseline;
}
.billing-modal-header__plan-price .discount p{
    color: #2FF2E1;
    text-decoration: none;
    font-size: 20px;
}
.modal .billing-modal-header__plan-price h4{
    font-weight: 600;
    text-decoration: none;
    color: #FF7140;
    line-height: 18px;
    margin: 15px 0 0;
}
.billing-modal-header__plan-price p.billed{
    text-decoration: none;
    color: #9095FF;
    font-weight: 200;
    font-size: 1.6em;
}

.billing-modal-header__plan-price .discount .disc_cross:before {
    content: "";
    border-bottom: 2px solid #FF8761;
    position: absolute;
    height: 10px;
    width: 100%;
    bottom: 18px;
}
.billing-modal-header__plan-price h4 b{
    font-weight: 200;
    font-size: 0.7em;
}
p.billed{
    color: #9095FF;
    font-weight: 200;
    font-size: 0.6em;
}
.billing-modal-header__logo div{
    background-image: url("../img/monkey_head.png");
    background-size: contain;
    width: 35px;
    height: 35px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 0.3em;
}

.billing-modal-header__logo{
    margin: 1rem 0;
    display: flex;
    align-items: center;
}

.billing-modal-header__logo span{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.billing-page-details {
    width: 90%;
    background-color: #fff;
    display: flex;
    padding: 10px 15px;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    border-radius: 12px;
    margin-bottom: 1rem;
}

.billing-page-details__image {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: grey;
}

.billing-page-details__name {
    font-weight: 800;
    font-size: 20px;
    color: #525252;
    margin: 5px 0;
}

.billing-page-details__middle {
    align-self: flex-start;
    margin-left: 15px;
}

.billing-page-details__check-circle {
    background-color: #de8f08;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.billing-page-details__left-section {
    display: flex;
    align-items: center;
}

.billing-page-details__sends-text {
    color: #de8f08;
    font-size: 16px;
    font-weight: 600;
}

.billing-modal {
    width: 525px;
    color: #525252;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
}
.checkout-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
}

.checkout-form__name-fields {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.billing-modal-body{
    padding: 30px 30px 0 30px;
    width: 100%;
    background-color:#fff;
}
.billing_info_wrap{
    display: flex;
    justify-content: center;
}
.billing-modal-body .name__wrap,.billing-modal-body .card__wrap{
    display: flex;
    justify-content: space-between;
}
.name__wrap .firstname__wrap,.name__wrap .lastname__wrap{
    width: 45%;
}
.billing-modal-body label{
    font-size: 14px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    color: #666;
}
.checkout-form .billing-modal-body input[type=email]:not(.browser-default):focus:not([readonly]),
.checkout-form .billing-modal-body input[type=text]:not(.browser-default):focus:not([readonly]),
.checkout-form .billing-modal-body select:focus
{
    border-bottom: 1px solid #dfdfdf;
    box-shadow: none;
}
.checkout-form .billing-modal-body input[type=email],
.checkout-form .billing-modal-body input[type=text],
.checkout-form .billing-modal-body select
{
    padding: 20px;
    width: 100%;
    border: 1px solid #dfdfdf;
    margin: .5em 0;
    line-height: 20px;
    border-radius: 5px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.checkout-form .billing-modal-body select{
    padding: 0 20px;
    height: 45px;
}
.billing-modal-footer {
    font-family: "Open Sans", sans-serif;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    width: 100%;
    padding: 5px 30px 25px 30px;
    display: flex;
    flex-direction: column;
}
.billing-modal-body hr{
    border-top: 1px solid #CFCFCF;
    margin: 15px 0;
}
.more_info{
    margin: 15px 0 0 0;
}
.billing-modal-footer input[type=checkbox]{
    background: #999;
}
.billing-modal-footer input[type=checkbox]:before{
    color: #fff;
}
.billing-modal-footer .term__wrap{
    margin: 10px 0;
}

.modal a.oranges,.modal button.oranges{
    cursor: pointer;
    padding: 13px 25px;
    background-color: RGB(236,182,83);
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    border: none;
    margin: 0 10px;
    position: relative;
    align-self: center;
}
.billing-page-details__check-circle i {
    font-size: 28px;
}
.recurly-hosted-field{
    height: 3.5rem;
    margin-top: 0;
}

.card__wrap input[type=text]:not(.browser-default){
    border-radius: 0;
    border-right: 0;
    border-left: 0;
}

.card__wrap #card_number{
    width: 100%;
}
.terms-label a{
    color: #525252;
    font-weight: bold;
}
#pro_option{
    width: 640px;
}

.subscribe__wrap .page_name__wrap  h2.subscribe_page_name{
    margin: 0;
    font-size: 2.5rem;
    font-family: 'Open Sans',sans-serif;
}
.subscribe__wrap .page_name__wrap span.pro{
    border-radius: 5px;
    width: auto;
    height: auto;
    line-height: 22px;
    align-self: center;
    font-size: 1.2rem;
    padding: 7px;
}
.subscribe_connect p {
    color: #888;
    font-size: 15px;
}
.page_info__wrap{
    border: 1px solid #EFEFEF;
    padding: 20px 35px 30px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}

.percentage-bar__body-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%;
    margin-top: 10px;
}
.percentage-bar__card-used-number,.percentage-bar__card-max-number {
    font-weight: 800;
    font-size: 16px;
    margin-right: -20px;
}
.number__wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.percentage-bar__bar {
    height: 9px;
}
.percentage-bar__bar {
 position: relative;
 background-color: #cbcbcb;
 width: 100%;
 height: 12px;
 border-radius: 10px;
 overflow: hidden;
}
.percentage-bar__used-percentage{
    height: 9px;
}
.percentage-bar__used-percentage {
 position: absolute;
 left: 0;
 background-color: #ff943f;
 height: 12px;
 border-radius: 10px;
}
.message_sent__wrap label{
    font-size: 0.9rem;
    text-transform: uppercase;
    color: #555;
    font-weight: bold;
}
.message_sent__wrap{
    margin-top: 2rem;
}
.button_cancel,.button_edit{
    padding: 5px 15px;
    border-radius: 5px;
    background-color: gray;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    border: none;
    margin: 0 10px;
}
a.button_cancel:hover,a.button_cancel:focus,a.button_edit:focus,a.button_edit:hover{
    color: #fff;
}
.button_go{
    margin-top: 20px;
    height: auto;
    background-color: darkgreen;
    padding: 10px 15px;
    border: 1px solid #000;
    color: #fff;
}
.button_go:hover,.button_go:focus{
    color: #fff;
}
.invoice_info_wrap a{
    text-decoration: underline;
    margin-right: 25px;
}
.subscribe_info__wrap,.invoice_info_wrap{
    display: flex;
    justify-content: space-between;
}
.button__wrap{
    align-self: center;
}
.subscribe_info__wrap{
    padding: 0 0 20px 0;
}
.button_update{
    background-color: #324ef8;
    height: auto;
    padding: 12px 20px;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
}
.button_update:focus,.button_update:hover{
    color: #fff;
}
.payment_info{
    background-color: #DDE3FE;
    border-radius: 14px;
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 10px 24px;
    margin-bottom: 20px;
}
.billed_with{
    color: #ADB0B9;
}
#errors{
    color: red;
    text-align: center;
    height: 50px;
    background-color: #1111;
    border-radius: 14px;
    width: 50%;
    display: flex;
    align-self: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    display: none;
}
.row .col.s12 .questions-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.question-block__wrapper {
    float: left;
    width: 100%;
    box-shadow: 0px 0px 9px -3px rgba(0,0,0,0.75);
    border-radius: 9px;
    margin: 0 0 20px auto;
}
.question-button__add,.qa-button__add{
    cursor: pointer;
    position: relative;
    margin: 1rem 0 3rem 0;
    display: inline-block;
    width: 100%;
}
.qa-button__add .pro_button__wrapper{
    top: -15px;
}
.question-block__header {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    border-bottom: 1px solid #e4e4e4;
    align-items: center;
}
.question-block__header .header__title {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.question-block_content .question-input__wrapper{
    padding: 0;
}
.question-block_content{
    display: flex;
    flex-direction: column;
    position: relative;
}
.question-input__wrapper,
.answer-input__wrapper {
    background-color: #E5E5E5;
    padding: 20px 20px 0 20px;
    border-radius: 9px;
}
.question-input__wrapper{
    margin: 10px 10px 10px 55px;
}
.question-input__item input[type=text]:not(.browser-default):focus:not([readonly]),
.answer-input__item input[type=text]:not(.browser-default):focus:not([readonly]){
    border: none;
    box-shadow: none;
}
.answer-input__wrapper{
    box-shadow: 0 0 8px -1px rgba(82,82,82,1);
    z-index: 9;
}
.answer-input__wrapper .answer-input__item input[type=text]:not(.browser-default){
    margin:10px 10px 10px 0 ;
    width: 100%;
}
.question-input__item input[type=text]:not(.browser-default),
.answer-input__item input[type=text]:not(.browser-default) {
    margin: 10px 20px;
    box-sizing: border-box;
    padding: 10px 25px;
    width: calc(100% - 40px);
    border:none;
    border-radius: 9px;
    background: #FFFFFF;
}
.answer-input__item{
    display: inline-block;
}
.tab-content .form-table td .answer-input__item p {
    display: inline-block;
    color: #FFFFFF;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    line-height: 18px;
}
.question_text {
    padding: 15px 25px;
    cursor: pointer;
}

.question-input__state{
    color: #525252;
}

.answer-input__wrapper .answer-input__state{
    padding: 10px 0 10px 20px;
    color: #fff;
}
.tab-content .answer-input__item input[type=checkbox] {
    background: transparent;
    border: 2px solid #fff;
    height: 20px;
    width: 20px;
    border-radius: 3px;
}
.tab-content .answer-input__item input[type=checkbox]:checked:before{
    margin: -2px 0 0 -3px;
    color: #fff;
}
.question_cancel,.answer_cancel{
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.question-input__state,
.answer-input__state {
    display: flex;
    justify-content: flex-end;
    padding: 10px 20px;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    cursor: pointer;
}

.question-input__state span,
.answer-input__state span {
    margin-left: 10px;
}
.answer-input__button {
    margin: 0 0 10px 20px;
    display: flex;
    flex-wrap: wrap;
    max-width: 70%;
    width: 70%;
    word-break: break-all;
}
.answer__bin, .qa__bin {
    width: 25px;
    min-width: 25px;
    height: 25px;
    background-color: #e4e4e4;
    color: #9E9E9E;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    margin-left: 5px;
    position: relative;
}
.main-question{
    padding: 5px;
}
.answer-input__block {
    display: flex;
    padding: 10px 0;
    position: relative;
}
.answer-item__result {
    display: block;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.answer__result {
    padding: 10px 35px;
    display: block;
    align-self: center;
    background-color: #0e71ff;
    border-radius: 30px;
}
.add__answer {
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 10px 15px;
    display: block;
    border-radius: 30px;
    border: 1px solid #e4e4e4;
    color: #767676;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 22px;
    width: 150px;
}
.tab-content .form-table td .tooltip {
    display: none;
    position: absolute;
    background-color: #FF7140;
    border-radius: 5px;
    padding: 10px;
    font-size: 12px;
    color: #fff;
    top: 35px;
    width: 182px;
    word-break: keep-all;
    z-index: 15;
}
.tab-content .form-table td .tooltip.qa{
    top: 113px;
}
.tab-content .form-table td .tooltip.lq{
    top: 5%;
    left: 100%;
}
.tab-content .form-table td .tooltip.lq_answer{
    right: 0;
    top: 25px;
}
.have_qa a{
    display: block;
    padding: 20px;
    font-size: 18px;
    font-weight: bolder;
    text-align: center;
    background-color: #0e71ff;
    font-family: "Open Sans",sans-serif;
    color: #fff;
    border-radius: 18px;
    margin-bottom: 40px;
}
.tab-content .main-question h3{
    margin: 0 1em 1em;
}
.answer-input__wrapper, .qa-input__wrapper {
    display: none;
    position: absolute;
    width: 100%;
    top: 50px;
    background-color: #0e71ff;
}
.tab-content .notify_mode{
    color: #525252;
    font-weight: bold;
}

.notify_radio__wrap input[type=radio]:checked:before {
    width: 12px;
    height: 12px;
    margin: 3px 2px 2px 2px;
    background-color: #324EF8;
    float: none;
}
.notify_radio__wrap {
    padding: 10px 0;
}
.notify_radio__wrap input[type=radio]{
    border: 2px solid #324EF8;
    height: 22px;
    width: 22px;
    vertical-align: bottom;
}
.email__wrap{
    display: flex;
}
.tab-content table .email__wrap label{
    width: 15%;
    align-self: center;
    padding: 0;
    font-weight: bold;
}
.question-input__wrapper .edit,.answer-item__result .edit_answer{
    display: flex;
    position: absolute;
    top: 21px;
    left: 10px;
    height: 25px;
    width: 25px;
    color: #9E9E9E;
    align-items: center;
    background-color: #E5E5E5;
    border-radius: 50px;
    justify-content: center;
    cursor: pointer;
}
.answer-item__result .edit_answer{
    position: static;
    margin-left: 5px;
}
.email_block .pro_button__wrapper{
    height: 100%;
}
.email_block .pro_button__wrapper .pro_button__content{
    justify-content: center;
}
.tab-content .email__wrap input[type=text]:not(.browser-default){
    width: 40%;
    height: 32px;
    font-size: 14px;
}

.add_question, .add_qa{
    user-select: none;
    color: #324EF8;
    box-shadow: 0px 0px 9px -3px rgba(0,0,0,0.75);
    padding: 10px 30px;
    border-radius: 5px;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
}
.add_question b, .add_qa b{
    vertical-align: baseline;
    font-weight: bold;
}
.add__answer b{
    font-size: 30px;
    font-weight: 400;
    line-height: 4px;
    vertical-align: sub;
}
.triangle {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #0e71ff;
    top: -19px;
    left: 30px;
}
.add_as_button{
    cursor: pointer;
    margin: 2em 0 0 0.8em;
    display: inline-block;
}
.as_item__wrap{
    align-items: center;
    display: flex;
    position: relative;
}
.wrap__pro input[type=text]:not(.browser-default){
    width: 50%;
}

.del_as{
    margin-left: 20px;
    width: 25px;
    min-width: 25px;
    height: 25px;
    background-color: #e4e4e4;
    color: #9E9E9E;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    position: absolute;
    right: -40px;
    cursor: pointer;
}
.add_as{
    color: #324EF8;
    box-shadow: 0px 0px 9px -3px rgba(0,0,0,0.75);
    padding: 10px 30px;
    border-radius: 5px;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
}
.answer-input__add{
    margin-right: 15px;
}
.header__close{
    height: 25px;
    width: 25px;
    background-color: #D8D8D8;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
}
.header__close:after {
    position: relative;
    content: "\d7";
    font-size: 27px;
    color: #525252;
    left: 5px;
    top: -5px;
}
.main-qa{
    display: flex;
    flex-direction: row;
    background-color: #F4F6FF;
    border-radius: 15px;
    position: relative;
    margin: 20px 0;
}
.main-qa .del_qa{
    position: absolute;
    right: 10px;
    top: 10px;
    color: #0e71ff;
    font-size: 20px;
    cursor: pointer;
}
.main-qa h6{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #525252;
    font-family: "Open Sans", sans-serif;
}
.qa-question__wrap,.qa-response{
    display: flex;
    padding: 1em 2em;
    flex-direction: column;
    width: 50%;
    flex-basis: 50%;
}
.qa-question__wrap .qa-question_input,.qa-question__wrap .qa-question-block{
    margin: 1em;
}
.qa-question__wrap{
    padding: 0;
}
.add_qa_question{
    width: 30%;
    align-self: auto;
    justify-content: center;
    text-align: center;
    display: flex;
    margin: 9px;
    background-color: #0e71ff;
    align-items: center;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    box-shadow: 0px 0px 9px -3px rgba(0,0,0,0.75);
    cursor: pointer;
    user-select: none;
}
.add_qa_question:focus,.add_qa_question:active{
    box-shadow: none;
}
.fb-customerchat{
    display: none;
}
#mm-root {
    display: none;
}
.tab-content .qa-wrapper .qa_head{
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 0;
}
.tab-content .input-field.qa-wrapper{
    padding: 0;
}
.qa-response input[type=text]:not(.browser-default)::placeholder, .question_button_wrap input[type=text]:not(.browser-default)::placeholder{
    color: #A7A7A7;
}
.qa-response input[type=text]:not(.browser-default), .question_button_wrap input[type=text]:not(.browser-default){
    background-color: #fff;
}
.tab-content .form-table td .qa_p{
    margin-bottom: 20px;
    margin-top: 10px;
}
.qa-question-block-item{
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.qa-question-block{
    margin: 10px 0 10px 0;
    display: flex;
    flex-wrap: wrap;
}
span.qa-question-result {
    padding: 10px 35px;
    display: block;
    align-self: center;
    background-color: #0e71ff;
    border-radius: 30px;
}
.question_button_wrap{
    display: flex;
}

.qa-input__wrapper{
    padding: 20px 20px 0 20px;
    border-radius: 9px;
    z-index: 9;
}
.qa-response{
    position: relative;
}
.qa-input__state{
    color: #fff;
    display: flex;
    justify-content: flex-end;
    padding: 10px 0 20px;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    cursor: pointer;
}
.qa_submit,.qa_cancel{
    margin-left: 10px;
    font-size: 14px;
}
.tab-content .qa-input__item input[type=text]:not(.browser-default){
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px 25px;
    width: 80%;
    border: none;
    border-radius: 9px;
}
.qa_cancel{
    font-weight: 400;
}
.qa-response:before {
    position: absolute;
    left: 0;
    top: 10%;
    border-left: 1px solid #B0B6CD;
    content: "";
    height: 80%;
}
.qa_new-wrapper h3{
    margin-left: 20px;
    font-size: 16px;
    margin-top: 0;
}
.qa-question-block-item .edit_qa{
    position: static;
    margin-left: 5px;
    display: flex;
    top: 21px;
    left: 10px;
    height: 25px;
    width: 25px;
    min-width: 25px;
    color: #9E9E9E;
    align-items: center;
    background-color: #E5E5E5;
    border-radius: 50px;
    justify-content: center;
    cursor: pointer;
    word-break: break-all;
}
.disabled{
    pointer-events: none;
    opacity: 0.6;
}

.phone{
    background: url("../img/iphone_x.png");
    padding: 0;
    margin-top: 200px;
    height: 415px;
    width: 220px;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 720px) {
    .phone{
        margin-top: 0;
    }
    .options table td{
        width: 95%;
    }
    .del_as{
        right: -32px;
    }
    .answer-input__block{
        flex-direction: column;
    }
    .answer-input__add{
        display: flex;
        text-align: center;
        justify-content: center;
    }
    .add_qa_question {
        width: 50%;
        padding: 10px;

    }
    .question_button_wrap{
        flex-direction: column;
        align-items: center;
    }
    .test-bot-button{
        top: 7px;
    }
    .row .col.s12 .questions-wrapper{
        margin-top: 20px;
    }
    .tab-content .email__wrap input[type=text]:not(.browser-default){
        width: 85%;
    }
}
@media (max-width: 520px) {
    .tab-link .limit__notice_tooltip{
        top: 60px;
        left: 2%;
    }
    .tab-link .limit__notice_tooltip:after{
        border-color: #FD397A transparent transparent transparent;
        top: -24px;
        left: 172px;
        transform: rotate(180deg);
    }
}

.mobile__wrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
    width: 170px;
}
.ht-cc-admin-sidebar__dismiss_button_container {
    position: relative;
    right: 36px;
    top: 20px;
    margin-left: -10px;
}
.ht-cc-admin-sidebar__dismiss_button_container .dismiss_button {
    cursor: pointer;
    color: #000;
    font-size: 14px;
    padding: 4px;
}

.logo_promo{
    background: url("../img/mmL_logo.png");
    height: 76px;
    width: 116px;
    background-size: contain;
    margin-top: 20px;
    background-repeat: no-repeat;
}
.dialog_block{
    background-color: #fff;
    border-radius: 10px;
    margin: 0 10px 0 10px;
    padding: 5px 13px;
    font-size: 12px;
    font-weight: 600;
}
.text__wrap{
    display: flex;
    height: auto;
    flex-direction: row;
}
.dot_icon{
    width: 20px;
    height: 20px;
    position: relative;
}
.dot_icon .white_circle{
    width: 20px;
    height: 20px;
    background-color: #ffff;
    border-radius: 50%;
    margin-left: 5px;
}
.dot_icon .green_circle{
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #9EE10E;
    border: 1px solid #FFFFFF;
    right: -8px;
    bottom: -5px;
}
.button_download_app{
    background: linear-gradient(31.47deg, #935CF7 21.84%, #586CF5 81.11%);
    border-radius: 5px;
    padding: 5px 15px;
    color: #fff;
    margin-bottom: 40px;
    display: flex;
    cursor: pointer;
}
.ios_code{
    background:  url('../img/31c07c81b2d635598c3776cfb31eb240.png');
    margin-left: auto;
    margin-right: auto;
    height: 300px;
    width: 300px;
}
.promo-app__wrapper .android_app img{
    width: 270px;
}
.promo-app__wrapper .ios_app{
    width: 235px;
    cursor: pointer;
}
.promo-app__wrapper{
    text-align: center;
    margin-bottom: 25px;
}
.promo-app__wrapper a{
    display: block;
}
.promo-app__wrapper a:hover,.promo-app__wrapper a:active,.promo-app__wrapper a:focus{
    border: none;
    box-shadow: none;
}
.ios-app__wrap p {
    margin-top: 41px;
}
.ios-app__wrap{
    display: none;
}
.modal-overlays {
    position: fixed;
    margin-left: -20px;
    right: 0;
    height: auto;
    width: auto;
    background: #000;
    will-change: opacity;
    opacity: 0.4;
    z-index: 998;
    top: -25%;
    left: 0;
    bottom: 0;
    display: none;
}
#promo_app{
    z-index: 999;
    transition: all 0.5s ease;
    background-color: #FFFFFF;
    display: none;
    position: fixed;
    top: 30%;
    left: 0;
    right: 0;
    width: 563px;
    margin: 0 auto;
    color: #525252;
    border: 1px solid #000;
    border-radius: 10px;
}
#promo_app{
    border: none;
    width: 400px;
    height: auto;
}
#promo_app p{
    font-family: "Open Sans",sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #525252;
    text-align: center;
    margin-top: 35px;
}
#promo_app .modal_close {
    background-size: contain;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
    z-index: 999;
}
#promo_app .modal_close{
    color: #A6A3A3;
}
.limit__wrapper{
    background-color: #FD397A;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 12px;
}
.limit_notice{
    height: 20px;
    width: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}
.limit_notice i {
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    line-height: 16px;
}
.limit__notice_tooltip{
    position: absolute;
    background-color: #FD397A;
    left: 100%;
    max-width: 300px;
    min-width: 280px;
    padding: 20px;
    height: auto;
    display: flex;
    border-radius: 7px;
    flex-direction: column;
    font-weight: 600;
    line-height: 22px;
    color: #FFFFFF;
    font-family: "Open Sans",sans-serif;
    z-index: 9;
}
.limit__notice_tooltip p{
    font-size: 16px;

}
.limit__notice_tooltip p b{
    font-size: 30px;
    font-weight: 600;
    line-height: 14px;
}
.limit__button{
    color: #FD397A;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    line-height: 22px;
    background-color: #fff;
    text-align: center;
    width: 60%;
    justify-content: center;
    align-self: center;
    margin-top: 20px;
    padding: 10px;
    border-radius: 5px;
}
.limit__button:hover,.limit__button:focus{
    border: none;
    color: #FD397A;
    box-shadow:none;
}
.limit__notice_tooltip span{
    border-top: 1px solid #fff;
    padding-top: 10px;
    font-size: 14px;
}
.limit__notice_tooltip:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 12px;
    border-style: solid;
    border-color: transparent #FD397A transparent transparent;
    top: 43%;
    left: -24px;
}
.limit-notify-close{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 15px;
    height: 14px;
    cursor: pointer;
}
.limit-notify-close:before, .limit-notify-close:after{
    position: absolute;
    content: ' ';
    right: 7px;
    height: 13px;
    width: 3px;
    background-color: #fff;
}
.limit-notify-close:before{
    transform: rotate(45deg);
}
.limit-notify-close:after{
    transform: rotate(-45deg);
}

a.go-to-inbox-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #3A50F3;
    border-radius: 3px;
    padding: 8px 15px;
    width: 135px;
    font-size: 14px;
    color: #fff;
    margin: 10px 0;
}
a.go-to-inbox-link img {
    padding-right: 8px;
}

.chatbot_settings_tab__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.chatbot_settings_tab__content p {
    margin: 4px 0;
}
.go-to-chat-widget-settings-link {
    color: #000000;
    font-size: 12px;
    border: 1px solid #3555F0;
    border-radius: 2px;
    padding: 8px 15px; 
    margin: 16px 0;
}
.chatbot_settings_tab__info-box {
    background: #DFE3FD;
    border: 1.06642px solid #3454EF;
    border-radius: 5px;
    padding: 20px 27px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    font-size: 13px;
}

.chatbot_settings_tab__info-box i {
    font-size: 20px;
    color: #3F5BDC;
    margin-right: 12px;
}
.already-connected-info {
    font-size: 20px;
    margin: 36px 0;
    line-height: 24px;
    font-family: "Open Sans",sans-serif;
}
.already-connected .go_to_mm{
    padding: 10px 30px;
    background-color: #324ef8;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: "Open Sans",sans-serif;
    border: none;
}