/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

li {
    list-style: none;
    margin: 10px;
}

.PGPFGForGivewpAdminSettingsDiv {
    padding: 1px 0px;
    background-color: transparent;
    margin-left: 0px !important;
}

.PGPFGForGivewpAdminSettingsDiv hr {
    display: none;
}

.title-hr {
    border-top: 1px solid rgb(204, 204, 204);
    margin: 8px 0px;
    width: 100%;
}

.PGPFGForGivewpAdminSettingsP {
    color: #252323;
    font-style: normal;
    font-size: x-large;
    width: 100%;
    margin-bottom: 0;
    font-weight: bold;
    display: none;
}

.PGPFGForGivewpAdminSettingsDiv td {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 10px 30px;
    border-radius: 5px;
    border: 1px solid rgb(223, 223, 223);
}

.PGPFGForGivewpAdminSettingsDiv td div {
    align-items: center;
}

.PGPFGForGivewpAdminSettingsDiv td label,
.PGPFGForGivewpAdminSettingsDiv td div.lkn-pix-subtitle {
    font-weight: bold;
    font-size: 16px;
    margin: 3px 4px;
}

.PGPFGForGivewpAdminSettingsDiv td label.lkn-pix-subtitle,
.PGPFGForGivewpAdminSettingsDiv td div.lkn-pix-subtitle p {
    color: rgb(60, 67, 74);
    font-weight: 400;
    margin: 0px !important;
}

.PGPFGForGivewpAdminSettingsDiv td label p.lkn-pix-description {
    color: rgb(100, 105, 112);
    font-weight: 400;
    margin: 0px !important;
}

input[type=radio]:checked {
    position: relative !important;
}

input[type=radio]:checked::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0px;
}

.PGPFGForGivewpAdminSettingsDiv fieldset {
    margin: 10px 4px;
}

.PGPFGForGivewpAdminSettingsDiv .give-input-field,
.PGPFGForGivewpAdminSettingsDiv select,
.PGPFGForGivewpAdminSettingsDiv .button.button-primary {
    margin: 25px 4px;
}

fieldset ul li {
    margin: 3px 0px !important;
}

fieldset ul li label {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.PGPFGForGivewpAdminSettingsDiv td ul {
    display: flex;
    flex-direction: column;
}

.PGPFGForGivewpAdminSettingsDiv tr th {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 20px;
}

.PGPFGForGivewpAdminSettingsDiv tr th p {
    font-size: 13px;
    color: rgb(52, 59, 69)
}

.PGPFGForGivewpAdminSettingsDiv tr th label {
    font-size: 20px;
    min-width: 200px;
    color: rgb(18, 21, 25);
}

.tooltip {
    position: relative;
    display: inline-block;
    background-color: #ccc;
    color: white;
    border-radius: 70%;
    width: 14px;
    min-width: 14px;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: help;
}

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

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    /* Adjust this value to control the position of the tooltip */
    left: 50%;
    margin-left: -100px;
    /* Adjust this value to center the tooltip */
    opacity: 0;
    transition: opacity 0.3s;
    font-size: small;
    font-weight: 300;
    text-wrap: balance;
}

.pgpfgSupportLinks {
    width: fit-content;
}

.pgpfgSupportLink p {
    margin: 0;
    font-size: x-small;
    font-family: 'Inter';
    width: 100%;
}

.PGPFGForGivewpStarRating {
    display: flex;
    width: 100%;
}

.lkn-stars-pix {
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
    width: fit-content;
    padding: 0px;
    margin: 0px;
    color: #DAE300 !important;
    font-size: 12px !important;
}

@media (min-width: 783px) {
    .PGPFGForGivewpAdminSettingsTr {
        display: flex;
    }
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.give-radio-inline ul {
    margin-top: 14px !important;
}

.lkn-container-menu {
    display: flex;
    align-items: end;
    position: relative !important;
}

input#lkn-pix-menu {
    display: none;
}

.lkn-pix-menu {
    display: flex;
    margin: 0px 0px 30px 0px;
    background-color: transparent;
    flex-wrap: wrap;
    color: #9A9A9A;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #dcdcde;
}

.lkn-pix-menu li {
    margin: 0px 5px 0px 0px;
    padding: 7px 30px;
    font-weight: 600;
    cursor: pointer;
}

.lkn-pix-menu li:hover {
    background-color: #BCBCBC;
    transition: 200ms;
}

.lkn-pix-menu-ativo {
    background-color: #fff;
    color: #000;
    transition: 100ms;
}

.lkn-pix-menu-ativo:hover {
    background-color: #FFF !important;
}

.lkn-pix-configuracao-disable {
    display: none;
}

.give-forminp.give-forminp-password div p {
    width: fit-content !important;
}

.lkn-disabled-settings {
    pointer-events: none;
    opacity: 0.6;
}

.lkn-disabled-settings .tooltip {
    pointer-events: auto;
}

p.lkn-label-pro {
    color: #FF0B0B !important;
    font-weight: bold !important;
    margin-left: 4px;
}

input#lkn-label-pro {
    display: none;
}

.lkn-menu-toggle {
    display: none;
}

.join-next {
    margin: 0px !important;
    border-bottom: none !important;
    border-radius: 5px 5px 0px 0px !important;
}

.join-previous {
    border-top: none !important;
    border-radius: 0px 0px 5px 5px !important;
}

.lkn-card-container {
    flex: 0 0 22%;
    min-width: 320px;
    position: sticky;
    top: 80px;
    padding: 9px 24px;
    align-self: flex-start;
}

#pgpfgDivLogo {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-family: inter;
    font-weight: 500;
    margin-bottom: 18px !important;
}

/* Estilos do cartão lateral */
#pgpfgSettingsFlexContainer {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    max-width: 100%;
    margin: 0;
}

.pgpfg-settings-container {
    flex: 1;
    min-width: 0;
    max-width: calc(100% - 390px);
}

#pgpfgSideCard {
    font-family: 'Inter', sans-serif;
    color: white;
    max-width: 370px;
    width: 100%;
    height: fit-content;
    background-color: #121519;
    background-image: url('../images/backgroundCardRight.svg'), url('../images/backgroundCardLeft.svg');
    background-position: right bottom, left top calc(15px);
    background-repeat: no-repeat;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 15px 25px;
    box-sizing: border-box;
    gap: 25px;
    position: sticky;
    flex-shrink: 0;
}

#pgpfgSideCard a:hover {
    opacity: 0.8;
}

/* Feature Message Component */
.custom-feature-message {
    display: flex;
    align-items: center;
    padding: 10px;
    margin-top: 20px;
    border: 1px solid #4caf50;
    border-left-width: 5px;
    border-left-color: #4caf50;
    border-radius: 5px;
    background-color: #e8f5e9;
    color: #388e3c;
    font-size: 14px;
    line-height: 1.5;
}

.custom-feature-message .feature-icon {
    margin-right: 10px;
    font-size: 16px;
}

.custom-feature-message .feature-text-container {
    display: flex;
    flex-direction: column;
}

.custom-feature-message .feature-text-line {
    margin-bottom: 5px;
}

/* Promotional Card Component */
.woo-better-promotional-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    padding: 20px;
    margin-top: 20px;
    color: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.promotional-card-background-decor {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    pointer-events: none;
}

.promotional-card-content {
    position: relative;
    z-index: 1;
}

.promotional-card-title {
    margin: 0 0 12px 0;
    font-size: 16px;
    font-weight: 600;
    color: white;
    line-height: 1.3;
}

.promotional-card-description {
    margin: 0 0 16px 0;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
}

.promotional-card-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.promotional-card-button {
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.promotional-card-button.learn-more {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    backdrop-filter: blur(10px);
}

.promotional-card-button.learn-more:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-1px);
}

.promotional-card-button.install {
    background: rgba(255, 255, 255, 0.9);
    color: #667eea;
}

.promotional-card-button.install:hover {
    background: white;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1225px) {
    #pgpfgSettingsFlexContainer {
        flex-direction: column !important;
    }

    #pgpfgSideCard {
        position: relative !important;
        top: auto !important;
        width: 100% !important;
        order: 1;
        margin-bottom: 20px;
    }

    .pgpfg-settings-container {
        max-width: 100% !important;
        width: 100%;
    }

    #pgpfgSideCard {
        max-width: none !important;
    }
}

@media (max-width: 782px) {
    #pgpfgSideCard {
        padding: 16px !important;
    }
}

/* Estilos dos elementos do cartão */
.plugin-logo {
    height: 25px;
}

.version-text {
    font-size: 10px;
    margin: 0;
}

#pgpfgDivContent {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#pgpfgDivLinks {
    display: flex;
    justify-content: space-between;
    padding-right: 30px;
    gap: 6%;
}

#pgpfgDivContent a,
.rate-text {
    text-decoration: none;
    color: inherit;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 2px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

.link-column {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

.bullet {
    color: #D1D838;
    font-size: small;
}

.pgpfgSupportLinks {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

#pgpfgStarsDiv {
    width: fit-content;
}

.stars-link {
    text-decoration: none;
    color: inherit;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    cursor: pointer;
    flex-direction: column;
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: small;
}

.pgpfgContactLinks {
    display: flex;
    gap: 8px;
    align-items: center;
}

.contact-link {
    text-decoration: none;
    color: inherit;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: small;
}

.contact-icon {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
}