/* Cookiemate plugin global header css */

.cookiemate-plugin-global-headings {
    margin-left: -18px;
    font-family: 'Inter', sans-serif;
}

.cookiemate-fonts {
    font-family: 'Inter', sans-serif;
}

.text-left {
    text-align: left;
}

.cookiemate-banner-table-style, .cookiemate-banner-button-1-style, .cookiemate-style-btn {
    margin-top: 15px;
}

/* Global style for checkbox to toggle */
.cookiemate-setup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 30px;
}

.cookiemate-dashboard-header h2,
.cookiemate-settings-header h2,
.cookiemate-onboarding-header h2,
.cookiemate-advanced-tools-header h2 {
    font-size: 22px;
    padding-left: 10px;
}

.cookiemate-setup-header-controls {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.cookiemate-setup-form {
    padding-left: 10px;
}

.disable-admin-notice-header.toggle-header {
    font-size: 14px;
    line-height: 28px;
}

.cookiemate-switch {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    transition: opacity 0.3s ease;
}

.cookiemate-switch input {
    display: none;
}

.cookiemate-enable-all {
    margin-right: 30px;
    margin-left: -10px;
}

.cookiemate-save-btn {
    background-color: #62be97;
    color: #fff;
    padding: 10px 30px;
    border: none;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(245, 37, 87, 0.3);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cookiemate-save-btn:hover {
    background-color: #d71d4b;
}

/* Cookiemate admin top banner CSS*/
.cookiemate-admin-top-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 12px 20px 12px 30px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
}

.wrap>.cookiemate-admin-top-banner {
    margin-top: 10px;
}

.cookiemate-admin-top-banner * {
    box-sizing: border-box;
}

/* Logo Section */
.cookiemate-admin-banner-logo img {
    height: 20px;
    width: auto;
    display: block;
}

/* Right Menu Container */
.cookiemate-admin-banner__helplinks {
    display: flex;
    align-items: center;
}

/* Menu Links */
.cookiemate-admin-banner__helplinks a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 6px 10px;
    color: #62be97;
}

/* Hover Effects */
.cookiemate-admin-banner__helplinks a:hover {
    transform: translateY(-2px);
}


/* Help center page css */
.cookiemate-help-center-main-body {
    font-family: 'Inter', sans-serif;
    text-align: center;
    padding: 60px 20px;
}

.cookiemate-help-center-main-body h2 {
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 1.5;
}

.cookiemate-help-center-btn {
    display: inline-block;
    background-color: #62be97;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    padding: 12px 28px;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 15px;
}

.cookiemate-help-center-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 115, 170, 0.3);
}

/*Checkbox style */

/* Dashboard page related css starts */
.cookiemate-plugin .cookiemate-dashboard-body {
    padding-left: 10px;
    padding-right: 30px;
}

.cookiemate-plugin .section-header {
    font-size: 18px;
}

.cookiemate-plugin .cookiemate-dashboard-right {
    border: 1px solid #63bf99;
    border-radius: 10px;
    padding: 10px;
    width: fit-content;
}

.cookiemate-plugin .cookiemate-link-buttons :nth-child(2) {
    margin: 0 10px;
}

.cookiemate-dashboard-preview img {
    width: 600px;
}

.cookiemate-dashboard-table {
    padding: 20px 0;
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
}

.cookiemate-dashboard-table-column-2 {
    padding: 0 20px;
}

/* Onboarding page css starts */
.cookiemate-plugin .text-bold {
    font-weight: bold;
}

.cookiemate-plugin .cookiemate-onboarding-body {
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 30px;
    gap: 20px;
}

.cookiemate-plugin .cookiemate-on-board-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cookiemate-plugin .cookiemate-onboarding-tabs {
    flex: 1;
}

.cookiemate-plugin .cookiemate-template-preview {
    flex: 1;
}

.cookiemate-plugin .cookiemate-onboarding-tab-menu {
    display: flex;
    font-size: 15px;
    cursor: pointer;
}

.cookiemate-plugin .cookiemate-onboarding-tab-menu li:nth-child(2) {
    margin: 0 20px;
    margin-bottom: 7px;
}

.cookiemate-plugin .cookiemate-onboarding-tab-menu li:hover {
    color: #63bf99;
}

.cookiemate-onboarding-tab-menu li.active {
    font-weight: 700;
    color: #63bf99;
    border-bottom: 4px solid;
    padding-bottom: 10px;
}

.cookiemate-plugin .cookiemate-tab-content {
    padding: 0;
}

.cookiemate-plugin .tab-panel {
    display: none;
    padding: 20px;
    border: 1px solid #ddd;
    background: #fff;
}

.cookiemate-plugin .tab-panel.active {
    display: block;
}

.cookiemate-plugin .cookiemate-field {
    margin-bottom: 20px;
}

.cookiemate-plugin .cookiemate-field input[type="text"] {
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
    max-width: 200px;
}

.cookiemate-plugin .cookiemate-field input[type="text"]:focus {
    border-color: #63bf99;
    box-shadow: 0 0 0 3px rgba(99, 191, 153, 0.25);
    outline: none;
}

.cookiemate-plugin .cookiemate-field label {
    font-weight: 600;
    margin-bottom: 6px;
    display: inline-block;
}

/* Style tab css goes here */
.cookiemate-plugin .cookiemate-color-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.cookiemate-plugin .cookiemate-color-row label {
    width: 200px;
    font-weight: 600;
}

.cookiemate-plugin .cookiemate-color-row .color-text {

    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #d0d4d9;
}

.cookiemate-color-row .color-picker {
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    cursor: pointer;
}

.cookiemate-plugin .status-active {
    color: #63bf99;
}

.cookiemate-plugin .status-paused {
    color: #d71d4b;
}

/* Advanced tools page css goes here */
.cookiemate-advanced-tools-body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.cookiemate-advanced-tools-one {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #ddd;
}

.cookiemate-advanced-tools-one img {
    max-width: 100px;
    height: auto;
}

.cookiemate-advanced-tools-cta {
    display: flex;
    justify-content: space-around;
    margin-top: 25px;
    margin-bottom: 15px
}

.cookiemate-advanced-tools-cta a {
    background-color: #62be97;
    color: #fff;
    padding: 10px 30px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.cookiemate-advanced-tools-cta a:hover {
    background-color: #d71d4b;
}

#get-free-btn {
    background: #2271b1;
}

#get-free-btn:hover {
    background-color: #d71d4b;
}