a {
    cursor: pointer;
}

body #adminmenu .toplevel_page_flexyconsent-startPage li:not(.wp-first-item, .contact) a {
    display: none;
}

#wpwrap,
.flexyconsent {
    background-color: #f7f6f7 !important;
}

.flexyconsent #flexyconsent-result,
.flexyconsent #flexyconsent-result-top {
    display: table;
    margin: 15px auto;
}

.flexyconsent .flexyconsent-form {
    max-width: 100%;
    width: 750px;
}

.flexyconsent .flexyconsent-form input:not([type=submit], [type=checkbox]) {
    width: 100%;
}

.flexyconsent .flexyconsent-form input+label {
    display: table;
    margin-top: 0.5rem;
}

.flexyconsent .container.flexyconsent-container {
    max-width: 750px;
}

.flexyconsent .flexyconsent-container p {
    font-size: 16px;
    /* line-height:18px; */
}

.flexyconsent .button.button-back,
.flexyconsent .button.button-back:hover {
    background: #f44336;
    color: #fff;
    border: none;
}

#projectSettingsPage #select_language {
    max-width: 18rem !important;
    font-size: 1rem !important;
    display: inline-block;
    margin-left: 1rem;
}

#gcm_wait_for_update {
    width: 100px;
    text-align: end;
}


.wp-core-ui.flexyconsent .button-primary,
.wp-core-ui.flexyconsent .button.button-back {
    padding: 12px 20px;
}

.flexyconsent textarea {
    width: 100%;
    min-height: 200px;
    font-size: 1rem;
}

.flexyconsent .bg-flexyconsent {
    background-color: #34ca78 !important;
}

.flexyconsent .bg-gray {
    background-color: #e0e0e0 !important;
}

.flexyconsent .flexyconsent-info-box {
    display: none;
}

#startPage .submit {
    text-align: right;
}

#flexyconsent-result p a {
    color: inherit;
}

.form-check {
    padding-left: 0 !important;
}

.form-check-input {
    margin: 4px 10px 0 0 !important;
    background-color: #fff !important;
}

.form-check-input:checked {
    border: 1px solid #8c8f94 !important;
}

.form-check-input:checked[type=radio]+label img {
    border: 2px solid #63c680 !important;
}

.form-check-input[type=radio]+label img {
    max-height: 250px;
    width: auto;
    display: table;
    margin: 0 auto;
}

.form-check-input[type=radio]+label p {
    font-weight: 400;
}

.form-check-input:checked[type=radio]+label p {
    color: #63c680;
    font-weight: 600;
}

#flexyconsent-subscription-info .date-info {
    display: none;
}

#flexyconsent-subscription-info .price-label.external.d-block {
    display: none !important;
}


/* UserSettingsPage */
#flexyconsent_user_settings_page .card {
    margin-top: 0;
}

/* PaymentPage */
.payment-card {
    max-width: 800px !important;
}

.payment-price {
    font-size: 36px;
}

.currency {
    font-size: 24px;
    /* vertical-align: text-bottom; */
}

button.payment {
    width: 100%;
    height: 50px;
    border-radius: 32px;
}

button.paypal {
    padding: 10px;
    background: #F8C557;
}

button.paypal:hover {
    background: #ECBB53;
}

button.credit-card {
    background: #2C2E2F;
    color: #fff;
}

button.credit-card:hover {
    background: #353738;
    color: #fff;
}

button.free {
    background: #fff;
    border: 1px solid #000;
    color: #000;
}

button.free:hover {
    background: #000;
    color: #fff;
}

/* Dashboard */
#date_range_picker {
    background: #fff;
    cursor: pointer;
    padding: 5px 15px;
    border: 1px solid #ccc;
    /*width: fit-content;*/
    width: 380px;
}

.dashboard-card {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 5px;
    min-width: auto;
    max-width: 100%;
    margin-top: 0;
    height: 100%;
}

.stat-box {
    background: #fff;
    padding: 15px;
}

.border-color1 {
    border: 2px solid rgb(195, 31, 31) !important;
}

.border-color2 {
    border: 2px solid rgb(172, 217, 110) !important;
}

.border-color3 {
    border: 2px solid rgb(110, 217, 213) !important;
}

.border-color4 {
    border: 2px solid rgb(135, 110, 217) !important;
}

.border-color5 {
    border: 2px solid rgb(219, 128, 49) !important;
}

.border-color6 {
    border: 2px solid rgb(110, 171, 217) !important;
}

.stat-box .title {
    font-weight: 600;
    text-align: center;
}

.stat-box .value {
    font-size: 42px;
    word-break: break-all;
    text-align: center;
}

/* SubscriptionPage */
.subscription-page-container {
    max-width: 1000px !important;
}


.toggle-btn-group {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.btn-group .btn {
    border-radius: 0;
    border: 1px solid #ddd;
    width: 120px;
}

.btn-group .btn:focus {
    box-shadow: none !important;
}

.btn-group .btn:first-child {
    border-radius: 8px 0 0 8px;
}

.btn-group .btn:last-child {
    border-radius: 0 8px 8px 0;
}

/* .btn-group .btn.active {
    background-color: #000;
    color: #fff;			
} */

.card-col {
    max-width: 300px !important;
}

.subscription-card {
    max-width: 800px;
    /* margin: 2rem auto; */
    margin: 0 auto;
    padding: 1.5rem;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.subscription-info p {
    font-size: 1.0rem;
    color: #6c757d;
}

.subscription-info p:last-child {
    margin-bottom: 0;
}

.subscription-info span {
    font-weight: 500;
    color: #343a40;
}

.custom-price {
    font-size: 40px;
    text-align: center;
}

.old-price {
    text-decoration: line-through;
    font-size: 16px;
    color: #6c757d;
    font-weight: 200;
    line-height: 16px;
    display: flex;
    align-items: flex-end;
    margin-right: 5px;
}

.discount-container {
    align-items: center;
    color: #fff;
    display: flex;
    justify-content: center;
    transform: rotate(-6deg);
}

.discount-text {
    align-items: center;
    background-color: #FF8300;
    border-radius: 0 5px 5px 0;
    display: flex;
    height: 35px;
    margin-left: -2px;
    padding: 10px 20px 10px 8px;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
}


.nav .active {
	background-color: #fafafb !important;
	border-bottom-color: #fafafb !important;
}

.tab-content {
	background-color: #fafafb;
}

.card-col {
	max-width: 300px !important;
}

.plan-card {
	padding: 0;
	margin-top: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	height: 100%;
	word-wrap: break-word;
	background-color: #fefeff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: 1rem;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.plan-card .header {
	padding: .75rem 1rem;
	margin-bottom: 0;
}

.plan-card .header-text {
	font-size: 1.75rem;
	font-weight: 600;
	color: #343a40;
	text-align: center;
	margin-bottom: 1rem;
}

.plan-card-body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 1.5rem 1rem;
	/*font-family: Nunito, serif;*/
}

.price-container {
	height: 120px !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.paid {
	font-size: 54px;
	font-weight: 200;
}

.currency {
	font-size: 32px;
	vertical-align: text-bottom;
}

.cent {
	font-size: 28px;
	vertical-align: text-top;
}

.free {
	font-size: 54px;
}

.btn-subscribe {
	height: 3rem;
	width: 100%;
	margin-top: auto;
}

.fa-chevron-right {
    transition: transform 0.3s ease;
}

.danger-cancel-link {
	color: rgb(108, 117, 125);
	text-decoration: none;
	text-underline-offset: 0.375em;
	font-size: 0.9em;
	transition: color 0.15s ease-in-out;
}

.danger-cancel-link:hover {
	color: rgb(194, 47, 61);
}



.form-table {
    margin-top: 0;
    margin-bottom: 20px;
}

.form-table th {
    padding: 8px 0;
    vertical-align: middle;
}

.form-table td {
    padding: 8px 0;
}

.button[type="submit"],
.button-back {
    width: 150px;
    text-align: center;
    font-size: 14px !important;
}


.code-text {
    width: 100%;
    padding: .375rem .75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    font-size: .825em;
    font-family: monospace;
    unicode-bidi: isolate;
}

.fa-angle-right {
    transition: transform 0.3s ease;
}

.nav-item {
    margin-bottom: 0 !important;
}

#plans_container {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: 10px;
}

.w-lg {
	width: 140px !important;
}

.w-md {
	width: 120px !important;
}

.w-sm {
	width: 100px !important;
}

.btn-cancel {
	background-color: transparent;
	border-color: transparent;
	color: #646464;
}

.btn-cancel:hover {
	border-color: #646464 !important;
	color: #646464;
}


.card {
    max-width: unset !important;
    padding: unset !important;
}

.wp-core-ui select {
    max-width: unset !important;
    padding: 4px 24px 4px 8px;
    /* padding: .375rem 2.25rem .375rem .75rem; */
}


.cookie-manager-table {
    font-size: 0.9rem;
}

.cookie-manager-table td {
    vertical-align: middle;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.table-responsive {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}

.cookie-icon {
    color: #6c757d;
}

.essential-badge {
    background-color: #dc3545;
    color: white;
    font-size: 0.7rem;
    padding: 0.2rem 0.4rem;
    border-radius: 0.25rem;
}

.custom-badge {
    background-color: #0d6efd;
    color: white;
    font-size: 0.7rem;
    padding: 0.2rem 0.4rem;
    border-radius: 0.25rem;
}

#scanStatusContent .badge {
    white-space: wrap !important;
    text-align: start !important;
}





.modal-body * {
    font-size: 1rem !important;;
}


@media only screen and (max-width: 768px) {
    .flexyconsent .d-flex.justify-content-center.flex-wrap .button {
        width: 40%;
        text-align: center;
        margin: 10px 0;
    }

    #select_language {
        margin-left: 0;
    }
}