/**
 * @package   GDPRess
 * @author    Daan van den Bergh
 *            https://daan.dev
 */

/**
 * Typography
 */
@import "gdpr-press-admin-google-fonts.min.css";

#wpwrap {
    background-color: rgb(248 250 252 / 1);
}

.gdpress {
    font-family: "Public Sans", Arial, sans-serif;
    max-width: 1350px;
}

.gdpress h1 {
    font-family: Poppins, Verdana, sans-serif;
    font-weight: 800;
}

.gdpress h2,
.gdpress h3,
.gdpress h4,
.gdpress h5,
.gdpress h6 {
    font-family: Poppins, Verdana, sans-serif;
    font-weight: 600;
}

/**
 * Buttons
 */
.gdpress .button {
    color: #00adda;
    font-family: Poppins, Verdana, sans-serif;
    border-radius: 10px;
    border: none;
    font-weight: 500;
    padding: 7px 20px;
    margin-right: 1em;
    background-color: transparent;
}

.gdpress .button:hover {
    background-color: transparent;
}

.gdpress .button-primary {
    color: white;
    background-color: #00adda;
}

.gdpress .button-primary:hover {
    background-color: #09c;
}

.gdpress .button-cancel {
    color: #a00;
    text-decoration: none;
    border-color: transparent;
    box-shadow: none;
    background: 0 0;
    white-space: nowrap;
}

.gdpress .button-cancel:hover {
    cursor: pointer;
    background: #d54e21;
    color: #fff;
    border-color: #d54e21;
    border-radius: 10px;
}

.gdpress #submit {
    background: #00adda;
    border: 0;
    color: #fff;
    cursor: pointer;
}

.gdpress #submit:hover {
    background-color: #0099cc;
}

/**
 * Navigation
 */
.gdpress h2.gdpress-nav {
    border-bottom: 0;
    padding-bottom: 3px;
}

.gdpress h2.gdpress-nav a {
    border: 0;
    background-color: transparent;
    font-weight: 600;
    box-shadow: none;
}

.gdpress h2.gdpress-nav .nav-tab {
    color: #000;
}

.gdpress h2.gdpress-nav .nav-tab:last-child {
    float: right;
}

.gdpress h2.gdpress-nav .nav-tab-active {
    color: #00adda;
}

.gdpress h2.gdpress-nav .nav-tab:hover {
    color: #00adda;
}

.gdpress-nav .dashicons-before:before {
    margin-right: 0.25em;
    line-height: 1.15em;
}

.gdpress form {
    max-width: 1350px;
}

.gdpress form .dashicons {
    line-height: 15px;
}

/**
 * Containers
 */
.gdpress-manage-container,
.gdpress-settings-container,
.gdpress-help-container {
    padding: 5px 25px 25px;
    margin-bottom: 30px;
    box-shadow: 0 10px 20px 1px #ccc;
    border: 0;
    border-top: 4px solid #00adda;
    border-radius: 10px;
    background: #fff;
}

.gdpress-manage-container .option-title {
    display: none;
}

.gdpress-container {
    margin-top: 1.5em;
}

.gdpress-container p {
    text-align: center;
    margin-bottom: 2em;
}

/**
 * Table styles (Preserved)
 */
.gdpress-manage-container table {
    width: 100%;
    border-collapse: collapse;
}

.gdpress-manage-container table td,
.gdpress-manage-container table th {
    line-height: 2.5;
    padding: 6px 12px;
}

.gdpress-manage-container table .gdpress-manage-cache {
    border-top: 1px solid #c3c4c7;
}

.gdpress-manage-container table .gdpress-manage-cache th {
    font-size: 14px;
    color: #1d2327;
    padding: 0;
}

.gdpress-manage-container table td.title,
.gdpress-manage-container table th.title {
    padding: 0;
    line-height: 1;
    border-top: 1px solid #c3c4c7;
}

.gdpress-manage-container table td.downloaded,
.gdpress-manage-container table th.downloaded,
.gdpress-manage-container table td.exclude,
.gdpress-manage-container table th.exclude {
    max-width: 25px;
}

.gdpress-manage-container table td.downloaded i,
.gdpress-manage-container table th.downloaded i,
.gdpress-manage-container table td.exclude i,
.gdpress-manage-container table th.exclude i {
    vertical-align: -5px;
}

.gdpress-manage-container table td.downloaded i.dashicons-yes,
.gdpress-manage-container table td.exclude i.dashicons-yes {
    color: #2ECC40;
}

.gdpress-manage-container table td.downloaded i.dashicons-info-outline,
.gdpress-manage-container table td.exclude i.dashicons-info-outline {
    color: #201e14;
}

.gdpress-manage-container table td.downloaded input,
.gdpress-manage-container table td.exclude input {
    vertical-align: -3px;
}

.gdpress-manage-container table td.name,
.gdpress-manage-container table th.name {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
    width: 15%;
}

.gdpress-manage-container table td.href,
.gdpress-manage-container table th.href {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 362px;
    width: 35%;
}

.gdpress-manage-container table td.href a {
    text-decoration: none;
    color: #3c434a;
}

.gdpress-manage-container table tbody th {
    text-align: left;
}

.gdpress-manage-container table tbody tr.even {
    background-color: #f0f0f1;
}

/* Blue highlighted rows for Google Fonts upsell */
.gdpress-manage-container table tbody tr.info {
    background-color: #C2EEFF;
}

/* Yellow highlighted rows for denylisted resources */
.gdpress-manage-container table tbody tr.warning {
    background-color: #FFEF87;
}

/**
 * Tooltip
 */
.gdpress-manage-container .tooltip {
    position: relative;
    font-size: 16px;
    line-height: 20px;
}

.gdpress-manage-container .tooltip .tooltip-text {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 100%;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.75);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 0.8em;
    color: #fff;
    line-height: 1.5;
    width: 250px;
    padding: 10px;
    margin-left: -30px;
    border-radius: 3px;
}

.gdpress-manage-container .tooltip .tooltip-text a {
    color: white;
}

.gdpress-manage-container .tooltip:hover .tooltip-text {
    visibility: visible;
}

/**
 * Help Tab Specific
 */
.gdpress-help-container .postbox {
    padding: 0;
    box-shadow: none;
    border: 0;
}

.gdpress-help-container .column-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.gdpress-help-container .column ul li {
    margin-bottom: 10px;
}

.gdpress-help-container .column ul li a {
    text-decoration: none;
    line-height: 1.45;
}

.gdpress-help-container .column ul li a i.dashicons {
    margin-right: 5px;
    color: #646970;
}

.gdpress-help-container .column.last {
    margin-right: 45px;
}

.gdpress-help-container .column.last .signature {
    text-align: center;
}

.gdpress-help-container .column.last .signature-image {
    width: 185px;
}

/**
 * Loader
 */
.gdpress-loading {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
}

.gdpress-loading .spinner {
    top: 50%;
    left: 50%;
    position: absolute;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#footer-thankyou a {
    vertical-align: -0.65em;
}

#footer-thankyou .dashicons.ffwp-heart {
    vertical-align: middle;
    color: #FF4136;
}

#footer-thankyou .signature-image {
    width: 96px;
}

/*# sourceMappingURL=./gdpress-admin.css.map */