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:16px;
}
.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;
}


.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: 14px;
}
.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;
}

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

.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;
}

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

.border-color1 {
    border: 2px solid rgb(217, 110, 110) !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(217, 110, 110) !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;
}

.subscription-card {
    padding: 0 !important;
    margin-top: 0 !important;
}

.price {
    height: 100px !important;
    margin-bottom: 20px;
}

.paid {
    font-size: 72px;
}

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

.free {
    font-size: 60px;
}

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

.btn-subscribe {
    /*margin-top: 2.5rem;*/
    height: 3rem;
}



.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;
}



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


