#wpcontent {
    height: 100%;
    padding: 0 20px;
}

img {
    vertical-align: middle;
}

.lws_tk_main_bloc {
    max-width: 1400px;
    margin: auto;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

.lwstk_title_banner {
    display: flex;
    align-items: stretch;
    margin: 30px 0;
    gap: 30px;
    z-index: 16;
    position: relative;
}

.lwstk_top_banner {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 15px #00000012;
    border-radius: 10px;
    gap: 30px;
}

.lwstk_top_banner_text {
    gap: 15px;
    display: flex;
    flex-direction: column;
}

.lwstk_top_title_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
}

.lwstk_top_title {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.lwstk_top_title > span:first-child {
    font: normal normal bold 26px/36px sans-serif;
    font-family: Poppins, sans-serif;
    letter-spacing: 0px;
    color: #1D2327;
}

.lwstk_top_title > span:nth-child(2) {
    font: normal normal normal 13px/23px sans-serif;
    font-family: Poppins, sans-serif;
    letter-spacing: 0px;
    color: #1D2327;
}

span.logo_lws {
    background: url("../images/lws_logo_fr.svg");
    background-size: 122px 24px;
    width: 122px;
    height: 24px;
}

.lwstk_top_description {
    font: normal normal normal 13px/23px sans-serif;
    font-family: Poppins, sans-serif;
    letter-spacing: 0px;
    color: #1D2327;
}

.lwstk_top_banner_right {
    max-width: 330px;
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 15px #00000012;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
}

.lwstk_rate_block {
    background: #E9F4FD 0% 0% no-repeat padding-box;
    border-radius: 10px;
    font: normal normal 600 13px/23px sans-serif;
    font-family: Poppins, sans-serif;
    max-width: 493px;
    width: 100%;
    padding: 12px 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.lwstk_top_code {
    border: 1px solid #1D2327;
    border-radius: 5px;
    font: normal normal normal 13px/22px Poppins;
    color: #1D2327;
    padding: 5px 10px;
}

.lwstk_top_rateus {
    font: normal normal 600 13px/23px sans-serif;
    font-family: Poppins, sans-serif;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 3px;
    flex-wrap: wrap;
    border-bottom: 1px solid #BCD0E0;
    padding-bottom: 10px;
}

.lwstk_bottom_rateus {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 3px;
    flex-wrap: wrap;
    padding-top: 13px;
    font: normal normal normal 13px/22px Poppins, sans-serif;
    color: #1D2327;
}

a.link_to_support {
    text-decoration: underline;
    font: normal normal normal 13px/22px Poppins;
    color: #2893E9;
}

a.link_to_rating_with_stars {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 3px;
    flex-wrap: nowrap;
    text-decoration: underline;
    color: #006EDC;
}

.lwstk_stars {
    text-decoration: underline;
    color: #F5AA00;
}

.lwstk_top_banner_right_top {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.lwstk_top_banner_right_bottom {
    display: flex;
    gap: 10px;
    align-items: center;
}

.lwstk_top_banner_right_bottom > label {
    border: 1px solid #1D2327;
    border-radius: 5px;
    padding: 8px 10px;
    height: fit-content;
    display: flex;
    gap: 30px;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.lwstk_top_banner_right_bottom > label:hover {
    background-color: #fbfbfb;
}

.lwstk_top_banner_right_bottom > a {
    background: #1B2E4B 0% 0% no-repeat padding-box;
    border-radius: 22px;
    font: normal normal 600 14px/24px sans-serif;
    font-family: Poppins, sans-serif;
    color: #FFFFFF;
    padding: 10px 20px;
}

.lwstk_top_banner_right_bottom > a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #121d2f 0% 0% no-repeat padding-box;
    cursor: pointer;
}



body.wp-admin {
    background: #f0f0f1;
    color: #3c434a;
}

button.lws_tk_close_button {
    background: #F0EFF0 0% 0% no-repeat padding-box;
    border-radius: 21px;
    border: none;
    color: #292F34;
    padding: 7px 20px;
    cursor: pointer;
}

.lws_tk_block_ad_for_review {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 15px #00000012;
    border-radius: 10px;
    padding: 20px 15px 25px 15px;
    margin-bottom: 20px;
}

.lws_tk_block_ad_review_title {
    text-align: center;
    font: normal normal 600 18px/28px Poppins;
    letter-spacing: 0px;
    color: #1D2327;
}

.lws_tk_block_ad_review_description {
    text-align: center;
    font: normal normal normal 15px/26px Poppins;
    letter-spacing: 0px;
}

.lws_tk_block_ad_review_stars {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}



.lws_tk_tab_line {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 30px;
}

.lws_tk_bulle_version {
    background: #008A56 0% 0% no-repeat padding-box;
    border-radius: 22px;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 8px;
    margin-left: 5px;
}

.lws_tk_tooltip_content:hover {
    cursor: help;
    position: relative;
}

.lws_tk_tooltip_content>span {
    display: none;
}

.lws_tk_tooltip_content:hover>span {
    padding: 16px;
    display: block;
    z-index: 100;
    left: 35px;
    margin: 15px;
    width: 300px;
    position: absolute;
    top: -85px;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #FFFFFF;
    background: #1B2E4B 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 15px #00000012;
    border-radius: 10px;
}

.lws_tk_tooltip_content>span:before {
    content: "";
    background-color: #1B2E4B;
    height: 30px;
    width: 30px;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 65px;
    left: -8px;
    z-index: -5;
}

.lws_tk_image {
    vertical-align: sub;
    margin-right: 5px;
}

.lws_tk_validated_button_submenu,
.lws_tk_validated_button_tools,
.lws_tk_validated_button {
    background: #008A56 0% 0% no-repeat padding-box !important;
}

.lws_tk_not_clickable {
    cursor: default !important;
}

.lws_tk_tab_submenu {
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.lws_tk_tab_submenu:nth-child(odd) {
    background: rgb(219 61 61 / 8%) 0% 0% no-repeat padding-box;
}

.lws_tk_tab_submenu:nth-child(odd).lws_tk_warning {
    background: hsl(34deg 100% 56% / 8%) 0% 0% no-repeat padding-box;
}

.lws_tk_update_element_button {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #DB3D3D;
    background: none;
    border: none;
    cursor: pointer;
}

.lws_tk_tab_border {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #1D2327;
    border-bottom: 1px solid rgb(29 35 39 / 25%);
}

.lws_tk_tab_border:last-child {
    border-bottom: none;

}

.lws_tk_tab_border::after {
    border-left: 4px solid black;
    content: "";
    height: 98%;
    position: absolute;
    left: 0px;
    bottom: 0;
}

.lws_tk_tab_border_red::after {
    border-color: #DB3D3D;
}

.lws_tk_tab_border_orange::after {
    border-color: #FF9E1D;
}

.lws_tk_tab_border_green::after {
    border-color: #008A56;
}

.lws_tk_tab_border_blue::after {
    border-color: #2893E9;
}

.lws_tk_tab_line_submenu {
    display: none;
}

.lws_tk_submenu_shown {
    display: block;
}

.clickable {
    cursor: pointer;
    user-select: none;
}

.lws_tk_image_chevron {
    margin-left: 5px;
}

.lws_tk_chevron_flip {
    transform: rotateX(180deg);
}

.lws_tk_green_update_button {
    background: #008A56 0% 0% no-repeat padding-box;
    border-radius: 22px;
    border: none;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 6px 20px;
    margin-right: 30px;
}

.lws_tk_delete_button {
    background: #DB3D3D 0% 0% no-repeat padding-box;
    border-radius: 22px;
    border: none;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 6px 20px;
    margin-right: 30px;
    cursor: pointer;
}

.lws_tk_update_button {
    background: #DB3D3D 0% 0% no-repeat padding-box;
    border-radius: 22px;
    border: none;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 6px 20px;
    margin-right: 30px;
    cursor: pointer;
}

.lws_tk_update_button:hover,
.lws_tk_delete_button:hover {
    background: #B02A2A 0% 0% no-repeat padding-box;
}


.lws_tk_line_server {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(29, 35, 39, 0.25);
    padding: 11px 20px;
}

.lws_tk_line_server:nth-child(odd) {
    background: #F5F5F5 0% 0% no-repeat padding-box;
}

.lws_tk_line_server:last-child {
    border-bottom: none;
}

.lws_tk_line_server_left {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.lws_tk_line_left_text_small {
    text-align: left;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0px;
    color: rgba(29, 35, 39, 0.7);
    margin-bottom: 0px;
    margin-top: -5px;
}

.lws_tk_title_server {
    margin: 0px;
    padding: 30px;
    padding-bottom: 20px;
    text-align: left;
    letter-spacing: 0px;
    color: #1D2327;
    opacity: 1;
    font-size: 20px;
    line-height: 30px;
}

.lws_tk_line_left_text {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #1D2327;
    opacity: 1;
    margin-top: 0px;
    margin-bottom: 0px;
}

.lws_tk_line_left_text_right {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #1D2327;
    opacity: 1;
    margin-left: 10px;
}

.lws_tk_opti_title {
    background: rgba(40, 146, 233, 0.1) 0% 0% no-repeat padding-box;
    display: flex;
    flex-direction: row;
    padding-left: 30px;
    padding-right: 30px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.lws_tk_opti_title_text {
    text-align: left;
    letter-spacing: 0px;
    color: #1D2327;
    opacity: 1;
    font-size: 20px;
    line-height: 30px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.lws_tk_button_opti_save {
    background: #1C469D 0% 0% no-repeat padding-box;
    border-radius: 22px;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    border: none;
    padding: 4px 14px;
    cursor: pointer;
    height: fit-content;
}

.lws_tk_button_opti_save:hover {
    background: #175485 0% 0% no-repeat padding-box;
}

.lws_tk_tr_mysql:nth-child(odd)>td {
    background: #F8F8F8 0% 0% no-repeat padding-box;
}

.lws_tk_optipage_bloc_table {
    padding: 30px;
    border-bottom: 1px solid rgb(204 204 204);
}

.lws_tk_tr_mysql:last-child>td,
.lws_tk_optipage_bloc_table:last-child {
    border-bottom: none;
}

.lws_tk_tdmysql {
    word-break: break-all;
    padding: 6px 30px;
    border-bottom: 1px solid rgba(29, 35, 39, 0.25);
}

.lws_tk_tdmysql_tr {
    padding-left: 30px;
}

.lws_tk_mysqltable {
    width: 100%;
    letter-spacing: 0px;
    color: #1D2327;
    opacity: 1;
    font-size: 15px;
    line-height: 26px;
    border-collapse: collapse;
}

.lws_tk_tab_line_mysql {
    font-weight: bold;
}

.lws_tk_optipage_table {
    text-align: left;
    letter-spacing: 0px;
    color: #1D2327;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
}

.lws_tk_optipage_table_text {
    text-align: left;
    letter-spacing: 0px;
    color: #1D2327;
    font-size: 15px;
    line-height: 26px;
}

input.lws_tk_checkboxes[type="checkbox"],
input.lws_tk_checkboxes[type="checkbox"] {
    width: 20px;
    height: 20px;
    border: 2px solid #006EDC;
    border-radius: 2px;
}


input.lws_tk_checkboxes[type="checkbox"]:not(:checked),
input.lws_tk_checkboxes[type="checkbox"]:not(:checked) {
    border: 2px solid #1D2327;
    border-radius: 2px;
}

input.lws_tk_checkboxes[type="checkbox"]:checked::before,
input.lws_tk_checkboxes[type="checkbox"]:checked::before {
    content: url('../images/check_bleu.svg');
    width: 100%;
    height: 100%;
    position: relative;
    top: 35%;
    left: 25%;
}

.lws_tk_line_server_right {}

.lws_tk_line_server_left_image {
    padding-right: 15px;
}

.lws_tk_mysql_title_text {
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #1D2327;
    padding: 30px;
    margin: 0px;
}

.lws_tk_div_repair_sql {
    padding: 30px;
    padding-top: 0px;
    padding-left: 0px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    align-content: center;
}

.lws_tk_p_repair_sql {
    padding: 30px;
    padding-top: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
}

.lws_tk_image_button {
    vertical-align: middle;
    margin-right: 5px;
}

.lws_tk_title_repair {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    padding-left: 30px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #1D2327;
}

.lws_tk_iframe {
    text-align: center;
}

.lws_tk_mysql_repair {
    background: #1C469D 0% 0% no-repeat padding-box;
    border-radius: 22px;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    border: none;
    padding: 6px 14px;
    cursor: pointer;
    height: fit-content;
    margin: 5px;
}

.lws_tk_mysql_repair span:not(.hidden) {
    display: flex;
    align-items: center;
    flex-direction: row;
    align-content: center;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody,
.table.dataTable thead th,
table.dataTable thead td {
    border-bottom: none !important;
}

.lws_tk_tdmysql_tr:first-child {
    padding-left: 30px;
}

.lws_tk_tr_mysql>.lws_tk_tdmysql:first-child {
    padding-left: 30px;
}

.lws_tk_update_button_blue {
    border-radius: 22px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 6px 20px;
    border: none;
    background: #2893E9 0% 0% no-repeat padding-box;
    cursor: pointer;
    margin-right: 30px;
}

.lws_tk_update_button_blue:hover {
    background: #175485 0% 0% no-repeat padding-box;
}

/*General page*/
.lws_tk_subtitlebloc {
    margin-left: 1%;
    margin-right: 2%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 15px #00000012;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
    padding: 40px 50px 40px 50px;
}

.lws_tk_title-text {
    font-size: 15px;
    line-height: 26px;
    color: #1D2327;
    margin-left: 50px;
}

.lws_tk_subtitle {
    font-size: 16px;
    font-weight: 400;

}

.lws_tk_adbloc {
    background: transparent linear-gradient(270deg, #0A5BBC 0%, #1C469D 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 15px #00000012;
    border-radius: 10px 10px 0px 0px;
    opacity: 1;
    display: flex;
    flex-direction: row;
    margin-left: 1%;
    margin-right: 2%;
    margin-top: 30px;
    align-items: center;
}

.lws_tk_ad_title {
    text-align: left;
    font-size: 38px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 5px;
}

.lws_tk_ad_subtext {
    text-align: left;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0px;
    padding: 5px;
    color: #FFFFFF;
    opacity: 1;
}

.lws_tk_ad_img {
    padding-left: 10px;
    vertical-align: bottom;
}

.lws_tk_adbloc_left {
    border-right: 1px dashed #FFFFFF;
    flex: 25%;
    vertical-align: middle;
    text-align: left;
    padding-left: 40px;
    padding-top: 41px;
    padding-bottom: 43px;
}

.lws_tk_adbloc_right {
    flex: 50%;
    vertical-align: middle;
    text-align: left;
    padding-top: 20px;
    padding-left: 40px;
    padding-bottom: 20px;
    padding-right: 40px;
}

.lws_tk_ad_t1 {
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.lws_tk_ad_t2 {
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    text-align: left;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0px;
}

.lws_tk_ad_label {
    background: #1C469D 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    opacity: 1;
    text-align: left;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 8px 10px 8px 10px;
    vertical-align: middle;
    margin-right: 10px;
}

.lws_tk_ad_button {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 22px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0px;
    color: #1C469D;
    text-transform: uppercase;
    border: none;
    padding: 6px 20px 6px 20px;
    cursor: pointer;
    vertical-align: middle;
}

.lws_tk_configpage {
    background-color: white;
    box-shadow: 0px 1px 1px #00000029;
    font-size: 16px;
    line-height: 26px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.lws_tk_configpage_plugin {
    background-color: white;
    box-shadow: 0px 1px 1px #00000029;
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.lws_tk_list_block_content {
    flex: 100%;
}

.lws_tk_list_block_ad {
    display: flex;
    flex-direction: column;
    flex: 30%;
}

.lws_tk_main_content {
    display: flex;
    flex-direction: row;
}

.lws_tk_button_ad_block {
    background: #2893E9 0% 0% no-repeat padding-box;
    border-radius: 22px;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #FFFFFF;
    border: none;
    padding: 6px 15px 6px 15px;
    cursor: pointer;
}

.lws_tk_button_ad_block_validated {
    cursor: default;
    background: #008A56 0% 0% no-repeat padding-box;
}

.lws_tk_text_ad {
    text-align: left;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.lws_tk_block_ad_text {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.lws_tk_button_text {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.lws_tk_block_ad {
    background: #1B2E4B 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 15px #00000012;
    border-radius: 10px;
    padding: 20px 20px 25px 20px;
    margin-bottom: 20px;
}

.tab_lws_tk {
    background-color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.tab_lws_tk>div {
    border-bottom: 1px solid rgba(28, 34, 38, 0.25);
}

.tab_nav_lws_tk {
    margin: 20px;
    border: none;
    font-size: 15px;
    letter-spacing: 0px;
    color: #1D2327;
    text-transform: uppercase;
    line-height: 26px;
    background: none;
    margin-bottom: 10px;
    margin-right: 2px;
    margin-left: 2px;
}

.tab_nav_lws_tk.active {
    font-weight: 600;
}

.tab_nav_lws_tk:hover {
    cursor: pointer;
}

.selector_tab {
    position: relative;
    top: 2px;
    left: 0px;
    height: 3px;
    width: 0px;
    background-color: #1C469D;
    z-index: 10;
    transition: left .5s ease 0s;
    margin-top: 2px;
}

.lws_tk_normal_space {
    margin-bottom: 20px;
}

/*END*/

/*Our plugins*/
.lws_tk_button_ad_block_failed {
    color: #FFFFFF;
    background: #DB3D3D 0% 0% no-repeat padding-box;
}


.lws_tk_recommended {
    background: #008A56 0% 0% no-repeat padding-box;
    border-radius: 22px;
    opacity: 1;
    text-align: left;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    padding: 5px 10px 5px 10px;
    vertical-align: middle;
}

.lws_tk_div_title_plugins {
    background: rgb(40, 147, 233, 0.1) 0% 0% no-repeat padding-box;
}

.lws_tk_title_plugins {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #1D2327;
    padding-left: 30px;
    margin: 0;
    padding-top: 30px;
}

.lws_tk_subtitle_plugins {
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #1D2327;
    padding-left: 30px;
    margin: 0;
    padding-top: 10px;
}

.lws_tk_text_base {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #1D2327;
    opacity: 1;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}

.lws_tk_title_plugin {
    margin-bottom: 0px;
}

.lws_tk_text_plugin {
    text-align: left;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #1D2327;
    margin-bottom: 0px;
    margin-top: 10px;

}

.lws_tk_text_plugin_left {
    margin-left: 30px;
    width: 75%;
}

.lws_tk_plugin_button_right {
    margin-right: 30px;
    height: fit-content;
    white-space: nowrap;
}

.lws_tk_block_plugin_in_page {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(29 35 39 / 25%);
    padding-top: 30px;
}

.lws_tk_block_plugin_in_page:first-child {
    padding-top: 0px;
}

.lws_tk_block_plugin_in_page:last-child {
    border: none;
    padding-bottom: 0px;
}

.tip {
    background-color: #263646;
    padding: 0 14px;
    line-height: 27px;
    position: absolute;
    border-radius: 4px;
    z-index: 100;
    color: #fff;
    font-size: 12px;
    animation-name: tip;
    animation-duration: .6s;
    animation-fill-mode: both
}

.tip:before {
    content: "";
    background-color: #263646;
    height: 10px;
    width: 10px;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: -4px;
    left: 17px
}

#copied_tip {
    animation-name: come_and_leave;
    animation-duration: 1s;
    animation-fill-mode: both;
}

/*END*/


@media only screen and (max-width: 1250px) {
    .lws_tk_main_content {
        flex-direction: column;
    }

    .lws_tk_list_block_ad {
        margin-top: 30px;
    }

    .lwstk_top_title_block {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: nowrap;
        gap: 10px;
        flex-direction: column;
    }
}

@media only screen and (max-width: 1200px) {
    .lwstk_title_banner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .lwstk_top_banner_right {
        max-width: none;
        justify-content: center;
    }
}


@media only screen and (max-width: 1060px) {
    .lws_tk_adbloc_left {
        border-right: unset;
        border-bottom: 1px dashed #FFFFFF;
    }

    .lws_tk_adbloc {
        flex-direction: column;
        align-items: stretch;
    }
}

@media only screen and (max-width: 780px) {

    input.lws_tk_checkboxes[type="checkbox"]:checked::before,
    input.lws_tk_checkboxes[type="checkbox"]:checked::before {
        content: url('../images/check_bleu.svg');
        width: 100%;
        height: 100%;
        position: relative;
        top: 39%;
        left: 34%;
    }

    .lws_tk_tdmysql {
        word-break: normal;
    }

    .lws_tk_div_repair_sql {
        flex-direction: column;
    }
}

@media only screen and (max-width: 700px) {
    .lws_tk_input_url {
        margin-top: 3%;
    }

    #lws_tk_input_change_redirection,
    #lws_tk_input_change_login,
    .lws_tk_button_update_redirect {
        margin-top: 0px;
    }

    .lws_tk_titre_inputs {
        margin-bottom: 1em;
    }

    .lwstk_rate_block {
        width: initial;
    }
}

@media only screen and (max-width: 650px) {
    .lws_tk_subtitlebloc {
        flex-direction: column;
    }

    .lws_tk_subtitlebloc>img {
        align-self: center;
        margin-bottom: 30px;
    }

    .lws_tk_list_block_ad {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 550px) {
    .lws_tk_opti_title {
        flex-wrap: wrap;
    }

    .lws_tk_opti_title_text.opti {
        margin-bottom: 0px;
    }

    .lws_tk_button_opti_save.opti {
        margin-bottom: 25px;
    }

    .lwstk_top_banner {
        flex-direction: column;
    }

    .lwstk_activate_plugin {
        padding: 30px;
    }

    .lwstk_activate_plugin {
        flex-wrap: wrap;
    }

    .lwstk_top_banner_right_bottom {
        flex-wrap: wrap;
        justify-content: center;
    }

}

@media only screen and (max-width: 430px) {
    .lws_tk_adbloc_right {
        padding-left: 10px;
    }

    .lws_tk_adbloc_left {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 380px) {
    .lws_tk_ad_button {
        margin-top: 20px;
    }

    .lws_tk_list_block_ad {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 335px) {
    .lws_tk_opti_title {
        flex-wrap: wrap;
    }

    .lws_tk_opti_title_text {
        margin-bottom: 0px;
    }

    .lws_tk_button_opti_save {
        margin-bottom: 25px;
    }

}

/*END MEDIAS*/

.tab_lws_tk_select {
    padding: 10px;
    text-align: center;
}

.tab_lws_tk_select>select {
    width: 60%;
}

.lws_tk_top_side_desc {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #1D2327;
}


/* BOUTON SWITCH */
.mab_mml_ttbt_td_switch { position: relative; display: inline-block; width: 46px; height: 25px; margin-bottom: 0;}
.mab_mml_ttbt_td_switch input { opacity: 0; width: 0; height: 0; }
.mab_mml_ttbt_td_switch .mab_mml_ttbt_td_s_slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s; }
.mab_mml_ttbt_td_switch .mab_mml_ttbt_td_s_slider:before { position: absolute; content: ""; height: 21px; width: 21px; left: 2px; bottom: 2px; background-color: white; -webkit-transition: .4s; transition: .4s; }
input:checked + .mab_mml_ttbt_td_s_slider { background-color: #008A56; }
input:checked + .mab_mml_ttbt_td_s_slider:disabled { background-color: #008a5666; }
input:focus + .mab_mml_ttbt_td_s_slider { box-shadow: 0 0 1px #008A56; }
input:checked + .mab_mml_ttbt_td_s_slider:before { -webkit-transform: translateX(21px); -ms-transform: translateX(21px); transform: translateX(21px); }
.mab_mml_ttbt_td_s_slider.round { border-radius: 34px; }
.mab_mml_ttbt_td_s_slider.round:before { border-radius: 50%; }
/* BOUTON SWITCH */

label.lws_tk_ia_label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 30px 0 0;
}

/* MODALE NEW v2 */
div#lws_tk_popup_alerting {
    position: fixed;
    top: 7%;
    right: 2%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    z-index: 10000;
}
div.lws_tk_information_popup {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #cbcbcb;
    border-radius: 10px;
    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
}

.lws_tk_information_popup_content {
    max-width: 275px;
    word-break: break-word;
}

div.lws_tk_information_popup.popup_success {
    border-bottom: 2px solid green;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

div.lws_tk_information_popup.popup_error {
    border-bottom: 2px solid red;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

div.lws_tk_information_popup.popup_warning {
    border-bottom: 2px solid #FFD700;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

div.lws_tk_information_popup_animation {
    position: relative;
}

div.lws_tk_information_popup_close {
    position: absolute;
    top: 26%;
    right: 5%;
    width: 10px;
    height: 10px;
    cursor: pointer;
}
svg.crossmark,
svg.exclamation,
svg.checkmark {
    width: 30px;
    height: 30px;
    position: absolute;
    left: -28px;
    top: -15px;
}
/* MODALE NEW v2 */


.lws-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    backdrop-filter: blur(2px);
}

.lws-modal-content {
    background-color: #ffffff;
    margin: auto;
    top: 5%;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    width: 100%;
    max-width: 800px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.lws-modal-close {
    color: #6c757d;
    float: right;
    font-size: 24px;
    font-weight: normal;
    position: absolute;
    top: 12px;
    right: 16px;
    cursor: pointer;
    z-index: 1;
    opacity: 0.7;
}

.lws-modal-close:hover,
.lws-modal-close:focus {
    color: #000;
    text-decoration: none;
    opacity: 1;
}

.lws-modal-header {
    background: #ffffff;
    color: #212529;
    padding: 20px 24px 16px;
    border-bottom: 1px solid #dee2e6;
    border-radius: 6px 6px 0 0;
}

.lws-modal-header h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: #212529;
}

.lws-modal-body {
    padding: 24px;
    color: #495057;
}

.lws-modal-title {
    font: normal normal bold 22px/32px Poppins;
    color: #292F34;
    text-align: center;
}

.lws-modal-subtitle {
    font-size: 15px;
    /* color: #6c757d; */
    margin-bottom: 20px;
    line-height: 1.5;
}

.lws-modal-features {
    margin-bottom: 24px;
}

.lws-modal-features h3 {
    color: #212529;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}

.lws-modal-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lws-modal-features li {
    padding: 6px 0;
    position: relative;
    padding-left: 24px;
    color: #495057;
    font-size: 14px;
}

.lws-modal-features li::before {
    content: "•";
    position: absolute;
    left: 8px;
    top: 6px;
    color: #007bff;
    font-size: 16px;
    font-weight: bold;
}

.lws-modal-offer {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #e9ecef;
}

.lws-modal-offer h3 {
    color: #212529;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

.lws-modal-offer-subtitle {
    color: #6c757d;
    margin-bottom: 16px;
    font-size: 14px;
}

.lws-modal-benefits {
    text-align: left;
    margin-bottom: 20px;
}

.lws-benefit {
    padding: 4px 0;
    position: relative;
    padding-left: 20px;
    color: #495057;
    font-size: 14px;
}

.lws-benefit::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 4px;
    color: #28a745;
    font-weight: bold;
    font-size: 12px;
}

.lws-modal-price {
    margin-bottom: 20px;
}

.lws-price-highlight {
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffeaa7;
    padding: 8px 16px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
}

.lws-modal-cta {
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    transition: background-color 0.15s ease-in-out;
    border: 1px solid #007bff;
    background: #1C469D 0% 0% no-repeat padding-box;
    border-radius: 22px;
    color: #fff;
}

.lws-modal-cta:hover {
    background: #0056b3;
    border-color: #0056b3;
    text-decoration: none;
    color: white;
}

.lws-modal-cta:focus {
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
    outline: none;
}

@media (max-width: 768px) {
    .lws-modal-content {
        width: 95%;
        margin: 5% auto;
    }

    .lws-modal-body {
        padding: 20px;
    }

    .lws-modal-offer {
        padding: 16px;
    }
}

span.lwsop_prom_bullet_point_text {
    font: normal normal normal 15px/25px Poppins;
    color: #292F34;
}

.lwsop_prom_bullet_element {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
}

.lwsop_prom_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lwsop_learnmore_offers {
    background: #1C469D 0% 0% no-repeat padding-box;
    border-radius: 22px;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    font: normal normal normal 14px/24px Poppins;
    color: #FFFFFF;
}

.lwsop_learnmore_offers:focus,
.lwsop_learnmore_offers:hover {
    text-decoration: none;
    color: #FFFFFF;
    background: #14306b 0% 0% no-repeat padding-box;
}

span.lwsop_prom_bullet_point_plugin_specific {
    background: #ECF5FE 0% 0% no-repeat padding-box;
    border-radius: 16px;
    font: normal normal 600 15px/5px Open Sans;
    color: #2893E9;
    padding: 5px 15px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}