#adminmenu .menu-top.toplevel_page_ai_assistant_tenweb .wp-menu-image img {
    padding-top: 7px;
    width: 20px;
    opacity: 1;
}

.taa-submenu-upgrade {
    background: url(../images/diamond.svg) no-repeat right 0 top 0px;
    background-size: 17px;
    padding-right: 22px;
    color: #22B339;
}

.taa-submenu-templates {
    background: url(../images/link_icon.svg) no-repeat right 0 top 2px;
    background-size: 16px;
    padding-right: 22px;
}

.taa-flex-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.taa-flex-space-between {
    display: flex;
    justify-content: space-between;
}
.taa-flex-start {
    display: flex;
    justify-content: flex-start;
}
.taa-header {
    background-color: #FFFFFF;
    width: calc( 100% - 20px );
    height: 50px;
}
.taa-main-container * {
    color: #323A45;
}
.taa-main-container {
    margin-top: 20px;
    width: 940px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #323A4533;
    border-radius: 6px;
}
.taa-info-section {
    padding: 30px 40px;
    box-sizing: border-box;
}
.taa-greeting {
    font: normal normal 600 12px/18px Open Sans;
    letter-spacing: 0.1px;
}
.taa-main-title {
    margin: 5px 0;
    font: normal normal 800 18px/26px Open Sans;
    letter-spacing: 0.15px;
}

.taa-main-text {
    font: normal normal normal 14px/18px Open Sans;
    letter-spacing: 0.12px;
}
.taa-step {
    flex-wrap: wrap;
}
.taa-steps {
    flex-wrap: wrap;
    margin: 14px 0 20px 0;
}
.taa-step-check {
    width: 40px;
    height: 40px;
    box-shadow: 0 3px 6px #00000027;
    border-radius: 50%;
    padding: 3px;
    box-sizing: border-box;
    flex: 0 0 auto;
}
.taa-step-check-inner {
    background-repeat: no-repeat;
    background-position: center;
    width: 34px;
    height: 34px;
    border: 4px solid #2160B5;
    border-radius: 50%;
    box-sizing: border-box;
}
.taa-step-check-inner.taa-check {
    background-image: url("../images/check_blue.svg");
}
.taa-step-check-inner.taa-star {
    background-image: url("../images/star.svg");
}
.taa-step-check-inner.taa-flash {
    background-image: url("../images/flash.svg");
}
.taa-step-title {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    margin: 11px 12px;
}
.taa-step-body {
    flex: 0 1 100%;
    margin: 0 52px;
    position: relative;
}
.taa-step-header {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}
.taa-step-description {
    font-size: 14px;
    line-height: 20px;
}
.taa-step-1 .taa-step-description{
    margin-bottom: 32px;
}
.taa-step-body:before {
    content: "";
    position: absolute;
    top: 6px;
    left: -32px;
    height: calc(100% - 15px);
    border: 1px solid #2160B5;
    border-radius: 7px;
    background-color: #2160B5;
}
.taa-step-1 .taa-step-body:before {
    opacity: 0.3;
}
.taa-step-2 .taa-step-body:before {
    height: calc(100% - 6px);
}
.taa-blue-button {
    cursor: pointer;
    text-decoration: none;
    width: 260px;
    height: 40px;
    padding: 10px 0;
    background: #2160B5;
    border-radius: 6px;
    box-sizing: border-box;
    text-align: center;
    font: normal normal 600 14px/20px Open Sans;
    letter-spacing: 0.12px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-top: 40px;
}
.taa-blue-button:hover {
    opacity: 0.7;
    color: #FFFFFF;
}

.taa-green-button {
    cursor: pointer;
    text-decoration: none;
    width: 260px;
    height: 40px;
    padding: 10px 0;
    background: #22B339;
    border-radius: 25px;
    box-sizing: border-box;
    text-align: center;
    font: normal normal 600 14px/20px Open Sans;
    letter-spacing: 0.12px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-top: 40px;
}
.taa-green-button:hover {
    opacity: 0.7;
    color: #FFFFFF;
}
.taa-image-container {
    flex-wrap: wrap;
    padding: 0 10px;
    margin: 35px 0 30px 0;
    border-left: 1px solid #E4E4E4;
}
.taa-image-container img {
    width: 450px;
    height: 296px;
}
.taa-image-description {
    margin-top: 15px;
    width: 390px;
    padding: 20px;
    box-sizing: border-box;
    background: #F9F9F9 0% 0% no-repeat padding-box;
    border-radius: 12px;
}
.taa-image-description-header {
    font: normal normal bold 14px/20px Open Sans;
    letter-spacing: 0.12px;
    margin-bottom: 14px;
}
.taa-image-description-list {
    columns: 2;
    gap: 8px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    margin: 15px 0 0 0;
}
.taa-image-description-list li {
    margin: 0 0 10px 20px;
    position: relative;
}
.taa-image-description-list li:before {
    content: '';
    display: inline-block;
    background-image: url('../images/check_solid_blue.svg');
    background-repeat: no-repeat;
    background-position: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -22px;
    top: -1px;
}
.taa-row {
    margin-bottom: 10px;
}
.taa-row .taa-plugin-active,
.taa-row .taa-plugin-not-active {
    padding: 16px 16px 16px 42px;
    margin-right: 10px;
    width: 445px;
    height: 123px;
    box-sizing: border-box;
}
.taa-row .taa-plugin-active p.taa-section-description,
.taa-row .taa-plugin-not-active p.taa-section-description {
    font: normal normal normal 12px/18px Open Sans;
    letter-spacing: 0.1px;
    opacity: 1;
    box-sizing: border-box;
    margin-bottom: 18px;
}

.taa-row .taa-section-text-semi {
    text-align: right;
    color: #323A45;
    opacity: 0.5;
}
.taa-row .taa-video-container {
    position: relative;
    background-color: #F8FAFD;
    border: 1px solid #323A4533;
    border-radius: 6px;
    overflow: hidden;
    box-sizing: border-box;
    height: 123px;
}
.taa-row .taa-video-container .taa-expand {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 5px;
    right: 5px;
    border-radius: 12px;
    background: url("../images/expand.svg") no-repeat center center #ffffff;
    background-size: 12px;
    cursor: pointer;
    z-index: 99;
    box-shadow: 0px 1px 3px #00000029;
}
.taa-hidden,
.twai-hidden {
    display: none;
}
.taa-video-popup-layout {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #323A4534;
    top: 0;
    left: 0;
    z-index: 99999;
}
.taa-video-popup {
    position: fixed;
    width: 940px;
    height: 527px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 6px;
    z-index: 999999;
    overflow: hidden;
}
.taa-main-container.taa-conncected {
    width: 714px;
    padding: 25px 20px;
}
.taa-conncected {
    width: 714px;
}
.taa-connected-data {
    position: relative;
}
.taa-plan-title {
    position: absolute;
    top: 26px;
    right: 20px;
    background-color: #22B3390D;
    border: 1px solid #22B33919;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 8px 10px;
}
.taa-section-title {
    font: normal normal bold 16px/26px Open Sans;
    letter-spacing: 0px;
}
.taa-section-description {
    font: normal normal normal 14px/20px Open Sans;
    letter-spacing: 0px;
    margin: 2px 0 0 0;
}
.taa-section-main-desc {
    margin-bottom: 15px;
}
.taa-light-blue-bg {
    background-color: #F8FAFD;
    border-radius: 6px;
}
.taa-used-data {
    padding: 25px 20px;
    flex-wrap: wrap;
    align-items: center;
}
.taa-section-text {
    margin: 0;
    font: normal normal normal 12px/18px Open Sans;
    letter-spacing: 0.1px;
}
.taa-section-text-semi {
    font-weight: 600;
}
.taa-section-text-bold {
    font-weight: 800;
}
.taa-section-description .taa-used-words {
    font: normal normal bold 36px/52px Open Sans;
    letter-spacing: 0px;
}
.taa-reset-text {
    margin: 10px 0 0 0;
    width: 100%;
}
.taa-score-circle {
    position: relative;
    width: 70px;
    height: 70px;
}
.taa-score-circle-animated {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font: normal normal bold 12px/18px Open Sans;
    letter-spacing: 0px;
}
.taa-availability .taa-section-title {
    margin-bottom: 15px;
}
.taa-availability .taa-light-blue-bg {
    padding: 16px 16px 16px 42px;
}
.taa-wp-addons {
    margin-top: 14px;
    margin-bottom: 10px;
}
.taa-plugin-active {
    background-image: url("../images/check_solid.svg");
    background-repeat: no-repeat;
    background-position: 19px 19px;
    background-size: 12px;
}
.taa-plugin-inactive {
    background-image: url("../images/error_solid.svg");
    background-repeat: no-repeat;
    background-position: 16px 16px;
    background-size: 18px;
}
.taa-plugin-inactive a {
    text-decoration: underline;
    color: #2160B5;
    cursor: pointer;
}
.taa-plugin-inactive a:hover {
    text-decoration: none;
}
.taa-plugin-active p:nth-child(2) {
    opacity: 0.5;
}
.taa-disconnect-link, .taa-wp-link {
    background-color: #FFFFFF;
    margin-top: 20px;
    padding: 30px 0 30px 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-self: center;
    border: 1px solid #323A4533;
    border-radius: 6px;
    font-family: Open Sans, sans-serif;
}
.taa-disconnect-link {
    box-sizing: border-box;
    width: 400px;
    height: 62px;
    margin-right: 7px;
    padding: 12px 38px;
    position: relative;
    background-position: 19px 15px;
}
.taa-disconnect-link a {
    color: #323A45;
}
.taa-disconnect-link a:hover,.taa-wp-link a:hover, .taa-wp-addons a:hover {
    text-decoration: none;
}
.taa-wp-link {
    box-sizing: border-box;
    width: 300px;
    margin-left: 7px;
    padding: 12px 16px;
}
.taa-wp-link a {
    color: #2160B5;
}

.taa-not-active-container {
    margin: 16px 0 0 0;
}

.taa-not-active-container-descr {
    text-align: left;
    font: normal normal 600 12px/18px Open Sans;
    letter-spacing: 0.1px;
    color: #323A45;
    opacity: 1;
    margin: 0 0 12px 0;
}

.taa-not-active-container-descr a,
.taa-not-active-container-descr a:hover {
    color: #323A45;
    text-decoration: underline;
    font-weight: 800;
}

.taa-plugin-not-active {
    background-image: url(../images/close_error.svg);
    background-repeat: no-repeat;
    background-position: 19px 17px;
    background-size: 18px;
}
.taa-download-plugin-link {
    display: block;
    text-align: right;
    text-decoration: underline;
    font: normal normal 600 12px/18px Open Sans;
    letter-spacing: 0.1px;
    color: #2160B5;
    opacity: 1;
    cursor: pointer;
}

.taa-disable-link {
    color:#cccccc;
}

.taa-loader {
    display: none;
}
.taa-disable-link i.taa-loader {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    background: transparent url(../images/loading.svg) 0 0 no-repeat padding-box;
    background-size: 12px;
    animation: rotation 1s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.taa-customer-support-main {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    align-items: center;
}

.taa-contact-care-popup {
    position: relative;
    width: 940px;
    height: 585px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.taa-customer-support-main * {
    color: #323A45;
    font-family: Open Sans, sans-serif;
}

.taa-contact-care-content-section {
    width: 470px;
    max-height: 585px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.taa-contact-care-video-section {
    border-radius: 0 12px 12px 0;
    overflow: hidden;
}

.taa-contact-care-wp-section {
    padding: 30px 40px;
    background-color: #fff;
    border-radius: 12px 0 0 0;
    width: 100%;
    height: 412px;
}

.taa-contact-care-title {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.15px;
    font-weight: 800;
    margin-bottom: 5px;
}

.taa-contact-care-green-button {
    width: 360px;
    height: 40px;
    background: #22B339 0% 0% no-repeat padding-box;
    border-radius: 25px;
    text-align: center;
    font: normal normal 600 14px/20px Open Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    display: block;
    margin-top: 30px;
    line-height: 40px;
}

.taa-contact-care-green-button:hover,
.taa-contact-care-green-button:visited,
.taa-contact-care-green-button:active {
    opacity: 0.7;
    color: #FFFFFF;
}

.taa-contact-care-description {
    display: grid;
    gap: 30px;
}

.taa-contact-care-pro-section {
    background-color: #F9F9F9;
    border-radius: 0 0 0 12px;
    padding: 30px 40px;
    width: 100%;
}

.taa-contact-care-content-text {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

.taa-contact-care-content-text a:hover {
    color: #323A45;
    opacity: 0.7;
}

.taa-contact-care-content-text a {
    color: #323A45;
    font-weight: 600;
}

.taa-contact-care-content-text.taa-option-diamond {
    background: url(../images/diamond.svg) no-repeat;
    background-size: 20px;
    padding-left: 25px;
    margin-bottom: 9px;
}

.taa-contact-care-content-text.taa-option-diamond a:hover {
    opacity: 0.7;
}

.taa-contact-care-content-text.taa-option-diamond a {
    color: #22B339;
}

.taa-contact-care-content-text.taa-option-point {
    background: url(../images/dot_darker.svg) 3px 3px no-repeat;
    padding-left: 25px;
    margin-bottom: 4px;
}

.taa-error-img {
    position: absolute;
    top: 10px;
    left: 16px;
}

.taa-error {
    width: 940px;
    box-sizing: border-box;
    background-color: #FD3C311A;
    margin-top: 20px;
    padding: 9px 38px;
    flex-basis: 100%;
    font-size: 12px;
    line-height: 19px;
    position: relative;
}

.twai-how_to_use-layout {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #323A4534;
    top: 0;
    left: 0;
    z-index: 99999;

}
.twai-how_to_use-container {
    position: fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 940px;
    height: 600px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    z-index: 999999;
    border-radius: 10px;
    padding: 30px 40px;
    box-sizing: border-box;
}

.twai-how_to_use-title {
    text-align: center;
    font: normal normal 800 18px/28px Open Sans;
    letter-spacing: 0.15px;
    color: #221F20;
    margin-bottom: 20px;
}

.twai-how_to_use-descr {
    text-align: center;
    font: normal normal 600 14px/20px Open Sans;
    letter-spacing: 0.12px;
    color: #323A45;
    opacity: 1;
}

.twai-how_to_use-steps {
    display: flex;
}

.twai-how_to_use-steps-item {
    display: flex;
    justify-content: center;
    text-align: center;
    font: normal normal 600 14px/20px Open Sans;
    letter-spacing: 0.12px;
    color: #323A45;
    box-sizing: border-box;
    flex-grow: 1;
}

.twai-how_to_use-steps-item span {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/step_icon.png) no-repeat right 0 top 0px;
    color: #ffffff;
    line-height: 23px;
    margin-right: 12px;
    font-size: 10px;
}

.twai-how_to_use-content {
    margin-top: 20px;
    display: flex;
}

.twai-how_to_use-content-left {
    width:50%;
    margin-top: 44px;
    padding-right: 60px;
    box-sizing: border-box;
}

.twai-how_to_use-content-right {
    width:50%;
    background: url(../images/how_to_use.png) no-repeat right 0 top 0px;
    height: 378px;
}

.twai-how_to_use-list-item {
    text-align: left;
    font: normal normal normal 14px/20px Open Sans;
    letter-spacing: 0px;
    color: #323A45;
    background: url(../images/check_solid.svg) no-repeat 4px 3px;
    background-size: 14px;
    padding-left: 33px;
    margin-bottom: 21px;
}

.twai-how_to_use-button-row {
    display: flex;
    justify-content: right;
    align-items: center;
}

.twai-how_to_use-popup-button {
    width: 180px;
    height: 40px;
    background: #22B339 0% 0% no-repeat padding-box;
    border-radius: 6px;
    opacity: 1;
    margin-top: 30px;
}

.twai-how_to_use-button {
    background: url(../images/info_icon_black.png) no-repeat 6px 6px #ffffff;
    border: 1px solid #323A45;
    border-radius: 3px;
    padding: 3px 6px 3px 21px;
    text-align: left;
    font: normal normal bold 10px/15px Open Sans;
    letter-spacing: 0.08px;
    color: #323A45;
}

.taa-howto-sidebar {
    display: flex;
    align-items: center;
}

.taa-howto-sidebar > div {
    flex-grow: 1;
}

.taa-howto-sidebar span {
    display: block;
}

.taa-howto-sidebar-button {
    width: 180px;
    height: 40px;
    /* UI Properties */
    background: #22B339 0% 0% no-repeat padding-box;
    border-radius: 6px;
    text-align: center;
    font: normal normal 600 14px/20px Open Sans;
    letter-spacing: 0.12px;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 40px;
    text-decoration: none;
}

.taa-howto-sidebar-button:active,
.taa-howto-sidebar-button:hover {
    color:#ffffff;
}

.twai-how_to_use-intro-container {
    height: 580px;
}

.twai-how_to_use-intro-container .twai-how_to_use-title {
    margin-bottom: 5px;
}

.twai-how_to_use-intro-container .twai-how_to_use-button-row {
    margin-top: 30px;
}

.twai-skip {
    flex-grow: 1;
    text-align: left;
    font: normal normal 600 14px/20px Open Sans;
    letter-spacing: 0.12px;
    color: #323A45;
    opacity: 0.5;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .taa-image-container {
        display: none;
    }
    .taa-flex-space-between {
        flex-wrap: wrap;
    }
}

.taa_flex_header {
    font-weight: bold;
    font-size: 14px;
}
.taa_flex_row {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #CCCCCC;
}

.taa_flex_col {
    width: 25%;
    padding: 5px;
}

.taa_flex_table>:nth-child(odd) {
    background-color: #f6f7f7;
}