.fslm {
    color: #000;
}

.fslm.metabox {
    color: #000;
    padding: 10px !important;
}

.fslm .pages {
    float: right;
}

.fslm .nav-tab-wrapper {
    margin-bottom: 14px !important;
}

.fslm h1 {
    margin-bottom: 14px !important;
}

.fslm th {
    font-size: 12px !important;
    font-weight: 600;
    cursor: pointer;
    color: #4184D7;
    padding: 8px 10px !important;
}

.fslm .sorting-indicator {
    display: inline-block;
    margin: 0;
}

.fslm .sorting-indicator::before {
    display: inline-block;
    top: 3px;
    left: 4px;
}

.fslm th:hover > .sorting-indicator {
    display: inline-block;
    visibility: visible;
}

.fslm #license_id {
    width: 6%;
}

.fslm #product_id {
    width: 12%;
}

.fslm #license_key {
    width: 20%;
}

.fslm #owner_name {
    width: 16%;
}

.fslm #max_instance_number {
    width: 8%;
}

.fslm #creation_date {
    width: 10%;
}

.fslm #activation_date {
    width: 10%;
}

.fslm #expiration_date {
    width: 11%;
}

.fslm #valid {
    width: 8%;
}

.fslm #license_status {
    width: 7.5%;
}

.fslm .input-box {
    margin-bottom: 25px;
}

.fslm .input-box div {
    display: inline-block;
    vertical-align: middle;
}

.fslm .input-box .input-field {
    width: 100% !important;
}

.fslm .input-box .label {
    width: 235px;
    color: #000;
    padding-right: 15px;
}

.fslm .input-box .input {
    width: 300px;
    position: relative;
}

.fslm .input-box .tip {
    width: 100%;
    font-size: 12px;
    padding: 10px 0;
    color: #7a7a7a;
}

.fslm .date {
    width: 95px !important;
    vertical-align: middle;
    margin-right: 1px;
}

.fslm .list tr {
    height: 50px;
}

.fslm .fsactions {
    width: 420px;
}

.fslm .fsactions span {
    position: relative;
    z-index: 10000000000;
}

.fslm .center {
    text-align: center;
}

.fslm .inside {
    padding: 10px !important;
}

.fslm .submit {
    float: none !important;
    padding: 0 !important;
}

.fslm #the-list .check-column {
    padding: 8px 0 0 11px !important;
}

.fslm .postbox {
    padding: 10px !important;
    margin-bottom: 15px !important;
}

.fslm #mbs_save_response {
    display: none;
    background: #4184D7;
    margin: 10px 0;
    padding: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

#fslm_resend_respons {
    display: none;
    background: #4184D7;
    margin-top: 10px;
    padding: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.fslm textarea {
    width: 100% !important;
    min-height: 100px !important;
}

.fslm_nb_notif {
    display: inline-block;
    background: #CF000F;
    line-height: 17px !important;
    padding: 2px 5px !important;
    border-radius: 1px !important;
    color: #FFF;
    font-weight: 600 !important;
    box-shadow: 0px 0px 1px RGBA(0, 0, 0, 0.53);
    margin-left: 11px !important;
}

.fslm_warning {
    border-left: 5px solid #D35400;
    padding: 10px !important;
    cursor: pointer !important;
}

.ilksrc {
    width: 240px;
}


.fslm #display,
.fslm #show_in,
.fslm #deliver_x_times {
    width: 8%;
}

.fslm .helper {
    position: absolute;
    right: -34px;
    top: 4px;
    color: #fff;
    background: #2271b1;
    width: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    line-height: 20px;
    cursor: pointer;
    z-index: 1000;
    transition: background-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.fslm .helper:hover,
.fslm .helper:focus-visible,
.fslm .helper.is-open {
    background: #135e96;
    box-shadow: 0 0 0 2px rgba(34, 113, 177, .2);
    transform: translateY(-1px);
    outline: none;
    z-index: 100005;
}

.fslm .helper .tip {
    width: clamp(260px, 30vw, 360px);
    min-width: 260px;
    max-width: calc(100vw - 24px);
    text-align: left;
    background: #1d2327;
    padding: 10px 11px;
    border-radius: 6px;
    color: #f6f7f7;
    font-size: 12px;
    line-height: 1.45;
    box-sizing: border-box;
    position: absolute;
    top: -6px;
    left: calc(100% + 10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
    opacity: 0;
    visibility: hidden;
    transform: translateY(3px);
    pointer-events: none;
    transition: opacity .15s ease, transform .15s ease, visibility .15s ease;
    z-index: 100000;
}

.fslm .helper .tip::before {
    content: "";
    position: absolute;
    top: 12px;
    left: -6px;
    width: 10px;
    height: 10px;
    background: #1d2327;
    transform: rotate(45deg);
}

.fslm .helper.helper--flip-left .tip {
    left: auto;
    right: calc(100% + 10px);
}

.fslm .helper.helper--flip-left .tip::before {
    left: auto;
    right: -5px;
}

.fslm .helper.extra {
    width: 90px;
    border-radius: 2px;
    right: -108px;
    top: 30px;
    z-index: 900;
    height: auto;
    background: none;
    box-shadow: none;
    transform: none;
}

.fslm .helper.extra span {
    display: inline-block;
    padding: 2px;
    background: #2271b1;
    color: #fff;
}

.fslm .helper.extra .tip {
    width: clamp(300px, 36vw, 420px) !important;
    min-width: 300px;
    top: 8px;
    left: auto;
    right: 0;
}

.fslm .helper.extra .tip::before {
    left: auto;
    right: 16px;
    top: -5px;
}

.fslm .helper.extra.helper--flip-left .tip {
    left: auto;
    right: calc(100% + 10px);
}

.fslm .helper.extra.helper--flip-left .tip::before {
    top: 12px;
    right: -5px;
}

.fslm td {
    position: relative !important;
}

.fslm thead .helper {
    position: absolute;
    display: inline-block;
    right: inherit !important;
    margin-left: 10px;
    top: 10px !important;
}

.fslm .helper:hover .tip,
.fslm .helper:focus-within .tip,
.fslm .helper.is-open .tip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}


.fslm .mb15 {
    margin-bottom: 15px;
    display: block;
}

.fslm .mb {
    margin-bottom: 50px;
}

.fslm-metabox-actions-content.fslm {
    display: inline-block;
    float: right;
}

.fslm-metabox-actions-content.fslm .input-box {
    margin: 0;
    padding: 0;
}

.fslm-metabox-actions-content.fslm .input-box .label {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    vertical-align: top;
    padding-right: 0;
}

.fslm-metabox-actions-content.fslm .input-box .input {
    vertical-align: top;
}

#fslm-wc-licenses .inside {
    padding: 0;
    margin: 0;
}

.fslm.metabox {
    padding: 0 !important;
}

.fslm-product-metabox {
    background: #fff;
}

.fslm-product-metabox .fslm-product-metabox-head {
    padding: 14px 16px 10px;
    border-bottom: 1px solid #e6e8ea;
    background: linear-gradient(180deg, #fbfbfc 0%, #f6f7f7 100%);
}

.fslm-product-metabox .fslm-product-metabox-head h3 {
    margin: 0 0 4px;
    font-size: 16px;
    color: #1d2327;
}

.fslm-product-metabox .fslm-product-metabox-head p {
    margin: 0;
    color: #50575e;
    line-height: 1.45;
}

.fslm-product-metabox #fslm_tabs {
    margin: 0;
    width: 230px;
    float: left;
    line-height: 1em;
    padding: 12px;
    position: relative;
    background: #f8f9fa;
    border-right: 1px solid #e1e4e7;
    box-sizing: border-box;
    min-height: 520px;
}

.fslm-product-metabox #fslm_tabs li {
    margin: 0 0 6px;
}

.fslm-product-metabox #fslm_tabs li a {
    margin: 0;
    padding: 9px 10px;
    display: block;
    box-shadow: none;
    text-decoration: none;
    line-height: 20px !important;
    border: 1px solid transparent;
    border-radius: 6px;
    font-weight: 600;
    color: #2c3338;
}

.fslm-product-metabox #fslm_tabs li a:hover {
    background: #eef4fb;
    color: #0a4b78;
}

.fslm-product-metabox #fslm_tabs li a.active {
    color: #0a4b78;
    position: relative;
    background: #e8f3fb;
    border-color: #c8dff3;
}

.fslm-product-metabox .tab-content {
    float: left;
    width: calc(100% - 230px);
    padding: 16px;
    box-sizing: border-box;
    display: block !important;
}

.fslm-product-metabox .tab-content .the-tab-content {
    margin-bottom: 26px;
}

.fslm-product-metabox .tab-content #api,
.fslm-product-metabox .tab-content #lg,
.fslm-product-metabox .tab-content #lk,
.fslm-product-metabox .tab-content #downloads {
    display: none;
}

.fslm-product-metabox .tab-content h4 {
    margin: 0 0 12px;
    font-size: 14px;
    color: #1d2327;
}

.fslm-product-metabox .fslm-metabox-panel {
    border: 1px solid #e7e9ec;
    border-radius: 8px;
    padding: 12px;
    background: #fcfcfd;
    margin-bottom: 8px;
}

.fslm-downloadable-variation-group {
    padding-bottom: 18px !important;
}

.fslm-product-metabox .fslm-downloadable-variation-group {
    margin-top: 16px;
    padding: 14px 14px 4px;
    border: 1px solid #e1e4e7;
    border-radius: 8px;
    background: #fff;
}

.fslm-product-metabox .fslm-downloadable-variation-group:first-of-type {
    margin-top: 14px;
}

.fslm-product-metabox .fslm-downloadable-variation-heading {
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eef0f1;
    color: #1d2327;
    line-height: 1.4;
}

.fslm-product-metabox .fslm-downloadable-variation-group .input-box:last-child {
    margin-bottom: 0;
}

.fslm-product-metabox .fslm-save {
    margin-top: 0;
    padding-top: 0 !important;
}

.fslm-product-metabox .helper .tip p {
    margin: 0 0 6px;
}

.fslm-product-metabox .helper .tip p:last-child {
    margin-bottom: 0;
}

.fslm .sub-input-box .label {
    width: auto !important;
}

.fslm .sub-input-box .input {
    width: auto !important;
}

#fslm_json_ui {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    padding-left: 200px;
    padding-top: 100px;
    padding-right: 45px;
    box-sizing: border-box;
    padding-bottom: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
}

#fslm_json_ui #jsoncontainer {
    background: #FFF;
    padding: 10px;
    box-sizing: border-box;
}

div#fslm_json_ui_close {
    color: #fff !important;
    position: absolute;
    z-index: 1000000;
    right: 45px;
    font-size: 17px;
    background: #ef2c2c;
    padding: 5px 11px 6px;
    text-align: center;
    line-height: 15px;
    cursor: pointer;
}

div#fslm_json_ui button {
    background: #2ea2cc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
}

div#jsoncontainer .row {
    width: 30%;
    display: inline-block;
    padding-right: 3%;
    vertical-align: top;
}

div#jsoncontainer .row .row {
    width: 100%;
    display: inline-block;
    padding-right: 0;
}

div#jsoncontainer .row p {
    font-style: normal !important;
    display: block !important;
    font-size: 14px !important;
    margin-bottom: 20px !important;
}

.fslm .input-box .input.xl {
    width: 75% !important;
}

.fslm_mail_message {
    width: 100% !important;
    height: 350px !important;
}

.fslm .filter_title {
    font-weight: 600;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 14px;
}

.fslm .alignleft.actions.bulkactions select {
    vertical-align: top;
    float: none !important;
}

.fslm-filter {
    padding: 10px !important;
    background: #FFF;
    border: 1px solid #e1e1e1;
    margin-bottom: 10px !important;
    width: 100%;
    box-sizing: border-box;
}


.fslm-filter p {
    margin-bottom: 0 !important;
    margin-top: 0px;
}

.fslm-filter p.first {
    margin-bottom: 0 !important;
    margin-top: 5px;
}

.fslm-filter label {
    padding: 4px;
}

.fslm-filter .select2 {
    vertical-align: top !important;
}

.fslm .action-form {
    width: 100%;
}

.fslm .action-form input {
    width: 55px;
    margin-right: 2px;
    margin-bottom: 2px;
}

.fslm .action-form a {
    width: 36px !important;
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;

}

.fslm-percent {
    display: none;
    color: #FFF;
    background: #7c8f96;
    padding: 6px;
    border-radius: 2px;
}

.fslm .error {
    color: #cf000f;
    font-weight: bold;
}

.fslm .hide {
    display: none;
}

.fslm .rhidden {
    font-weight: bold;
    display: none;
    margin-right: 4px;
}

.fslm .helper.filter-helper {
    right: unset;
    top: -8px;
}

.fslm .fslm-filter input,
.fslm .fslm-filter select,
.fslm .fslm-filter .select2,
.fslm .fslm-filter button {
    margin: 2px;
}

.fslm .filter-helper-container {
    position: relative;
    display: inline-block;
    width: 34px;
}

@media (max-width: 782px) {
    .fslm .helper {
        right: -4px;
        top: -26px;
    }

    .fslm .helper .tip {
        position: fixed;
        left: 12px;
        right: 12px;
        top: auto;
        bottom: 12px;
        width: auto;
        max-width: none;
        max-height: 48vh;
        overflow: auto;
    }

    .fslm .helper .tip::before {
        display: none;
    }
}

.fslm .fslm-filter-count-container {
    display: none;
    width: 100%;
    text-align: right;
}

.fslm .fslm-filter-count {

}

.fslm-welcome-page .fslm-welcome-hero {
    display: none;
}

.fslm-welcome-page .fslm-welcome-hero .inside {
    padding: 16px !important;
}

.fslm-welcome-page .fslm-welcome-hero h1 {
    margin: 0 0 8px !important;
}

.fslm-welcome-page .fslm-welcome-hero p {
    margin: 0;
    color: #2c3338;
}

.fslm-welcome-page .fslm-welcome-layout {
    display: none;
}

.fslm-welcome-page .fslm-welcome-card {
    display: none;
}

.fslm-welcome-page .fslm-welcome-card .inside {
    padding: 16px !important;
}

.fslm-welcome-page .fslm-welcome-card h2 {
    margin: 0 0 12px;
    color: #1d2327;
}

.fslm-welcome-page .fslm-welcome-checklist {
    margin: 0;
    padding-left: 18px;
}

.fslm-welcome-page .fslm-welcome-checklist li {
    margin-bottom: 10px;
}

.fslm-welcome-page .fslm-welcome-checklist strong {
    display: block;
    margin-bottom: 3px;
}

.fslm-welcome-page .fslm-welcome-checklist span {
    color: #50575e;
}

.fslm-welcome-page .fslm-welcome-actions {
    margin: 14px 0 0;
}

.fslm-welcome-page .fslm-welcome-alert {
    display: none;
}

.fslm-welcome-page .fslm-welcome-alert--error {
    display: none;
}

.fslm-welcome-page .fslm-welcome-purchase-code-image {
    display: none;
}

.fslm-welcome-single .fslm-welcome-single-card {
    max-width: 980px;
    margin: 0;
}

.fslm-welcome-single .fslm-welcome-single-card .inside {
    padding: 16px !important;
}

.fslm-welcome-single .fslm-welcome-single-head {
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e7ea;
}

.fslm-welcome-single .fslm-welcome-single-head h1 {
    margin: 0 0 8px !important;
}

.fslm-welcome-single .fslm-welcome-single-head p {
    margin: 0 0 10px;
    color: #50575e;
    max-width: 820px;
}

.fslm-welcome-single .fslm-welcome-single-section + .fslm-welcome-single-section {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #eceef0;
}

.fslm-welcome-single .fslm-welcome-single-section h2 {
    margin: 0 0 10px;
    font-size: 19px;
}

.fslm-welcome-single .input-box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.fslm-welcome-single .input-box .label {
    width: 235px;
    flex: 0 0 235px;
    padding-top: 6px;
}

.fslm-welcome-single .input-box .input {
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
}

.fslm-welcome-single .input-box .input .input-field {
    width: 100% !important;
}

.fslm-welcome-single .fslm-welcome-single-checklist {
    margin: 0;
    padding-left: 18px;
}

.fslm-welcome-single .fslm-welcome-single-checklist li {
    margin-bottom: 10px;
}

.fslm-welcome-single .fslm-welcome-single-checklist strong {
    display: block;
    margin-bottom: 2px;
}

.fslm-welcome-single .fslm-welcome-single-checklist span {
    color: #50575e;
}

.fslm-welcome-single .fslm-welcome-single-alert {
    padding: 9px 10px;
    border-radius: 6px;
    margin: 0 0 12px;
}

.fslm-welcome-single .fslm-welcome-single-alert--error {
    color: #8a2424;
    background: #fde2e1;
    border: 1px solid #efabab;
}

.fslm-welcome-single .fslm-welcome-single-image {
    display: block;
    margin-top: 8px;
    max-width: 100%;
    border: 1px solid #dcdcde;
    border-radius: 6px;
    cursor: zoom-in;
}

.fslm-welcome-single .fslm-welcome-image-trigger {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: zoom-in;
    position: relative;
    display: inline-block;
}

.fslm-welcome-single .fslm-welcome-image-trigger::after {
    content: "\1F50D";
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: rgba(29, 35, 39, 0.75);
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    pointer-events: none;
}

.fslm-welcome-single .fslm-welcome-image-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: none;
}

.fslm-welcome-single .fslm-welcome-image-modal.is-open {
    display: block;
}

.fslm-welcome-single .fslm-welcome-image-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
}

.fslm-welcome-single .fslm-welcome-image-modal-content {
    position: relative;
    z-index: 1;
    max-width: min(92vw, 980px);
    max-height: 88vh;
    margin: 4vh auto;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.35);
}

.fslm-welcome-single .fslm-welcome-image-modal-content img {
    display: block;
    max-width: 100%;
    max-height: calc(88vh - 34px);
    margin: 0 auto;
}

.fslm-welcome-single .fslm-welcome-image-modal-close {
    position: absolute;
    right: 6px;
    top: 0;
    border: 0;
    background: transparent;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    color: #2c3338;
}

@media (max-width: 900px) {
    .fslm-welcome-single .input-box {
        display: block;
    }

    .fslm-welcome-single .input-box .label,
    .fslm-welcome-single .input-box .input {
        width: 100%;
        flex: none;
    }

    .fslm-welcome-single .input-box .label {
        padding-top: 0;
        margin-bottom: 6px;
    }
}

.fslm .display_meta .fslm-order-key-meta {
    margin: 0;
}

.fslm-order-key-separator {
    border-top: 1px dashed #d1d5da;
    margin: 4px 0 10px;
}

.fslm .display_meta tr.fslm-order-key-row + tr.fslm-order-key-row th,
.fslm .display_meta tr.fslm-order-key-row + tr.fslm-order-key-row td {
    border-top: 1px solid #e3e5e8;
    padding-top: 10px;
}

.fslm .display_meta .fslm-order-key-image-wrap {
    margin-top: 8px;
}

.fslm .display_meta .fslm-order-key-image {
    max-width: 240px;
    width: auto;
    height: auto;
    border: 1px solid #dcdcde;
    border-radius: 6px;
    background: #fff;
}

.fslm .display_meta .fslm-order-key-actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: center;
    margin-top: 8px;
}

.fslm .fslm-order-item-actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    margin-top: 10px;
}

.fslm .fslm-order-actions-control {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: nowrap;
}

.fslm .fslm-order-item-action-select,
.fslm .fslm-order-key-action-select {
    width: fit-content;
    min-width: 0;
    max-width: 100%;
    flex: 0 0 auto;
}

.fslm-order-key-action-select,
.fslm-order-item-action-select {
    width: unset !important;
}

.fslm .fslm-order-action-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #50575e;
}

.fslm .fslm-order-item-actions .button,
.fslm .display_meta .fslm-order-key-actions .button {
    margin: 0;
}

.fslm-order-page {
    right: 250px !important;
}

table.wp-list-table .column-licenses {
    width: 7ch;
}

ul#wp-admin-bar-fslm_notifications-default {
    max-height: 360px !important;
    overflow-y: scroll;
}

.fslm-warning {
    display: none;
    background: #fff;
    border: 1px solid #c3c4c7;
    border-left-width: 4px;
    margin: 10px 0px 10px;
    padding: 10px;
    border-left-color: #d63638;
    color: #cf000f;
    font-weight: bold;
}

.fslm-warning-checkbox {
    background: #cf000f !important;
}


.fslm-extensions {
    --wclm-ext-border: #dcdcde;
    --wclm-ext-subtle: #646970;
    --wclm-ext-accent: #2271b1;
}

.fslm-extensions .fslm-extensions-intro {
    margin: 8px 0 18px;
    color: #50575e;
    max-width: 760px;
}

.fslm-extensions .fslm-extensions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 14px;
    max-width: 1200px;
}

.fslm-extensions .fslm-extension-card {
    background: #fff;
    border: 1px solid var(--wclm-ext-border);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    min-height: 260px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

.fslm-extensions .fslm-extension-card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px 0;
}

.fslm-extensions .fslm-extension-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    background: #e8f3fb;
    color: #0a4b78;
    border: 1px solid #b8daf5;
    border-radius: 999px;
    padding: 2px 8px;
}

.fslm-extensions .fslm-extension-card-head img {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid var(--wclm-ext-border);
}

.fslm-extensions .fslm-extension-card-body {
    padding: 10px 16px 16px;
    flex: 1;
}

.fslm-extensions .fslm-extension-card-body h3 {
    margin: 0 0 8px !important;
    color: #1d2327;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 600;
}

.fslm-extensions .fslm-extension-card-body h3 a {
    color: #1d2327;
    text-decoration: none;
}

.fslm-extensions .fslm-extension-card-body h3 a:hover {
    color: var(--wclm-ext-accent);
}

.fslm-extensions .fslm-extension-card-body p {
    margin: 0;
    color: #2c3338;
    font-size: 14px;
    line-height: 1.5;
}

.fslm-extensions .fslm-extension-card-footer {
    border-top: 1px solid var(--wclm-ext-border);
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.fslm-extensions .fslm-extension-vendor {
    color: var(--wclm-ext-subtle);
    font-size: 12px;
}

.fslm-extensions .fslm-extension-card-footer .button {
    margin: 0;
}

@media (max-width: 782px) {
    .fslm-extensions .fslm-extension-card-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .fslm-extensions .fslm-extension-card-footer .button {
        width: 100%;
        text-align: center;
    }
}

.fslm .default-column {
    width: 7.5%;
}

.fslm .wclm-import-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 12px 0 14px;
}

.fslm .wclm-import-tab {
    border-color: #c3c4c7;
    background: #fff;
}

.fslm .wclm-import-tab.is-active {
    background: #2271b1;
    border-color: #2271b1;
    color: #fff;
}

.fslm .wclm-import-pane {
    display: none;
}

.fslm .wclm-import-pane[data-pane="bulk"] {
    display: block;
}

.fslm .wclm-import-pane + .wclm-import-pane {
    margin-top: 0;
}

.fslm .wclm-import-pane h3 {
    margin-top: 8px;
}

.fslm .wclm-export-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 12px 0 14px;
}

.fslm .wclm-export-tab {
    border-color: #c3c4c7;
    background: #fff;
}

.fslm .wclm-export-tab.is-active {
    background: #2271b1;
    border-color: #2271b1;
    color: #fff;
}

.fslm .wclm-export-pane {
    display: none;
}

.fslm .wclm-export-pane[data-pane="encrypted"] {
    display: block;
}

.fslm .wclm-export-pane h3 {
    margin-top: 8px;
}

.fslm-support-page .fslm-support-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
    max-width: 1200px;
}

.fslm-support-page .fslm-support-renew-banner {
    margin: 10px 0 14px;
    padding: 10px 12px;
    background: #fff8e5;
    border: 1px solid #e6c878;
    border-left: 4px solid #dba617;
    border-radius: 6px;
    max-width: 1200px;
}

.fslm-support-page .fslm-support-renew-banner p {
    margin: 0;
    color: #1d2327;
}

.fslm-support-page .fslm-support-renew-banner a {
    margin-left: 6px;
    font-weight: 600;
}

.fslm-support-page .fslm-support-card {
    margin: 0;
}

.fslm-support-page .fslm-support-card .inside {
    padding: 16px !important;
}

.fslm-support-page .fslm-support-card h2 {
    margin: 0 0 10px;
    font-size: 18px;
    color: #1d2327;
}

.fslm-support-page .fslm-support-card p {
    margin: 0 0 12px;
    color: #2c3338;
    line-height: 1.5;
}

.fslm-support-page .fslm-support-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.fslm-support-page .fslm-copy-code-btn {
    margin-left: 8px;
}

.fslm-support-page .fslm-support-details-list {
    border: 1px solid #dcdcde;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.fslm-support-page .fslm-support-detail-item {
    padding: 11px 12px;
}

.fslm-support-page .fslm-support-detail-item + .fslm-support-detail-item {
    border-top: 1px solid #eceef0;
}

.fslm-support-page .fslm-support-detail-label {
    margin: 0 0 6px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #50575e;
}

.fslm-support-page .fslm-support-detail-value {
    color: #1d2327;
}

.fslm-support-page .fslm-support-code-cell {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.fslm-support-page .fslm-support-code-cell code {
    display: inline-block;
    max-width: 100%;
    padding: 2px 6px;
    border: 1px solid #dcdcde;
    border-radius: 4px;
    background: #f6f7f7;
    word-break: break-all;
}

.fslm-support-page .fslm-status-chip {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid transparent;
}

.fslm-support-page .fslm-status-chip--caps {
    text-transform: capitalize;
}

.fslm-support-page .fslm-support-card--warning {
    border-left: 4px solid #dba617;
}

.fslm-support-page .fslm-support-status--active {
    color: #075e39;
    background: #d9f6e5;
    border-color: #8ad2ad;
}

.fslm-support-page .fslm-support-status--expired {
    color: #b32d2e;
    background: #fde2e1;
    border-color: #efabab;
}

.fslm-support-page .fslm-support-status--unknown {
    color: #646970;
    background: #eceef0;
    border-color: #c3c7cc;
}

.fslm-support-page .fslm-license-status--active {
    color: #0a4b78;
    background: #d9ecfb;
    border-color: #8ec5f3;
}

.fslm-support-page .fslm-license-status--inactive,
.fslm-support-page .fslm-license-status--unknown {
    color: #646970;
    background: #eceef0;
    border-color: #c3c7cc;
}

.fslm-add-license-page .fslm-add-license-intro {
    margin: 8px 0 14px;
    color: #50575e;
    max-width: 760px;
}

.fslm-form-page .fslm-form-intro {
    margin: 8px 0 14px;
    color: #50575e;
    max-width: 760px;
}

.fslm-form-page .fslm-form-layout {
    display: grid;
    grid-template-columns: minmax(680px, 1fr) minmax(260px, 320px);
    gap: 14px;
    align-items: start;
    max-width: 1200px;
}

.fslm-form-page .fslm-form-card {
    margin: 0;
}

.fslm-form-page .fslm-form-card .inside {
    padding: 16px !important;
}

.fslm-form-page .fslm-form-help h2 {
    margin: 0 0 12px;
    font-size: 18px;
    color: #1d2327;
}

.fslm-form-page .fslm-form-help ul {
    margin: 0;
    padding-left: 18px;
}

.fslm-form-page .fslm-form-help li {
    margin-bottom: 8px;
    color: #2c3338;
}

.fslm-form-page .fslm-form-submit {
    margin-top: 10px;
    padding-top: 6px !important;
}

.fslm-edit-license-page .fslm-edit-license-image-preview {
    margin-top: 10px;
    padding: 10px 12px;
    border: 1px solid #dcdcde;
    border-radius: 8px;
    background: #f9f9fa;
}

.fslm-edit-license-page .fslm-edit-license-image-preview-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 6px;
}

.fslm-edit-license-page .fslm-edit-license-image-remove {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #1d2327;
}

.fslm-edit-license-page .fslm-edit-license-image-remove input {
    margin: 0;
}

.fslm-edit-license-page .fslm-edit-license-image-preview .description {
    margin: 0 0 8px;
}

.fslm-edit-license-page .fslm-edit-license-no-image {
    margin: 0;
    color: #646970;
    font-style: italic;
}

.fslm-edit-license-page .ilksrc {
    display: block;
    width: 100%;
    max-width: 440px;
    border: 1px solid #dcdcde;
    border-radius: 6px;
    background: #fff;
}

.fslm-add-license-page .fslm-add-license-layout {
    display: grid;
    grid-template-columns: minmax(680px, 1fr) minmax(260px, 320px);
    gap: 14px;
    align-items: start;
    max-width: 1200px;
}

.fslm-add-license-page .fslm-add-license-card {
    margin: 0;
}

.fslm-add-license-page .fslm-add-license-card .inside {
    padding: 16px !important;
}

.fslm-add-license-page .fslm-add-license-card h2 {
    margin: 0 0 14px;
    font-size: 18px;
    color: #1d2327;
}

.fslm-add-license-page .input-box {
    margin-bottom: 18px;
}

.fslm-add-license-page .input-box .label {
    width: 250px;
}

.fslm-add-license-page .input-box .input {
    width: calc(100% - 255px);
    max-width: 760px;
}

.fslm-add-license-page .input-box .input-field {
    max-width: 100%;
}

.fslm-add-license-page #license_key {
    min-height: 130px !important;
}

.fslm-add-license-page .fslm-add-license-date-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.fslm-add-license-page .fslm-add-license-help ul {
    margin: 0;
    padding-left: 18px;
}

.fslm-add-license-page .fslm-add-license-help li {
    margin-bottom: 8px;
    color: #2c3338;
}

.fslm-add-license-page .fslm-add-license-submit {
    margin-top: 10px;
    padding-top: 6px !important;
}

.fslm-add-license-page .helper .tip p {
    margin: 0 0 6px;
}

.fslm-add-license-page .helper .tip p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1100px) {
    .fslm-form-page .fslm-form-layout {
        grid-template-columns: 1fr;
    }

    .fslm-add-license-page .fslm-add-license-layout {
        grid-template-columns: 1fr;
    }

    .fslm-add-license-page .input-box .label,
    .fslm-add-license-page .input-box .input {
        width: 100%;
        display: block;
    }

    .fslm-add-license-page .input-box .label {
        margin-bottom: 7px;
        padding-right: 0;
    }

    .fslm-edit-license-page .fslm-edit-license-image-preview-head {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 600px) {
    .fslm-support-page .fslm-support-detail-item {
        padding: 10px;
    }
}

@media screen and (max-width: 782px) {
    .fslm-product-metabox #fslm_tabs,
    .fslm-product-metabox .tab-content {
        float: none;
        width: 100%;
        min-height: 0;
    }

    .fslm-product-metabox #fslm_tabs {
        border-right: 0;
        border-bottom: 1px solid #e1e4e7;
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        padding: 10px;
    }

    .fslm-product-metabox #fslm_tabs li {
        margin: 0;
    }

    .fslm-product-metabox #fslm_tabs li a {
        border: 1px solid #dcdcde;
        background: #fff;
    }

    .fslm #rules,
    .fslm #licenses {
        width: 100% !important;
    }

    .fslm #licenses thead tr:first-child,
    .fslm #rules thead tr:first-child,
    .fslm #licenses rules tr:first-child,
    .fslm #rules tfoot tr:first-child {
        display: none;
    }

    .fslm-product-metabox .fslm-downloadable-variation-group {
        padding: 12px 10px 2px;
    }

    .fslm #licenses tr,
    .fslm #rules tr {
        display: grid;
    }

    .fslm .fslm-order-item-actions .button,
    .fslm .display_meta .fslm-order-key-actions .button {
        width: 100%;
        text-align: center;
    }

    .fslm .fslm-order-actions-control .button {
        width: auto;
    }

    .fslm .fslm-order-item-action-select,
    .fslm .fslm-order-key-action-select {
        width: 100%;
    }

    .fslm .fslm-order-item-action-select {
        width: fit-content;
    }

    .fslm-filter input[type="text"], .fslm-filter select, .fslm-filter button {
        margin: 4px !important;
        width: 100% !important;
        height: 42px !important;
    }

    .fslm-filter input[type="checkbox"] {
        margin: 4px 4px 4px 0px !important;
    }

    .fslm-filter select {
        width: 100% !important;
        height: 42px !important;
        float: inherit;
        clear: both !important;
    }

    .fslm-filter span {
        padding-left: 2px !important;
        width: 100% !important;
        height: 42px !important;
        display: block;
        line-height: 28px !important;

    }

    .fslm-filter .select2-selection__arrow b {
        left: 97% !important;
    }

    .fslm-filter .dropdown-wrapper {
        display: none !important;
    }

    .fslm-filter select {

        width: 100% !important;
        height: 42px !important;
        float: inherit;
        clear: both !important;
        max-width: 100%;

    }

    .fslm #licenses .row-actions.fsactions,
    .fslm #rules .row-actions.fsactions {

        display: inline-block !important;

    }

    .fslm .rhidden {
        display: inline-block;
    }

}
