:root {
    --eings-primary-color: rgb(255, 192, 8);
    --ings-header-color: rgba(255, 192, 8, .15);
    --eings-text-color: #232323;
}

.toplevel_page_easy-integration-with-google-sheets #wpcontent {
    padding-left: 0;
    background-color: rgba(255, 192, 8, .01);
}

.eings_dashboard_wrapper {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #232323;
    min-height: 100vh;
}

.eings_header_wrap {
    background: var(--ings-header-color);
    padding: 16px 0;
    margin-bottom: 35px;
}

.eings_container {
    width: 1100px;
    margin: 0 auto;
}

.eings_addons_integration,
.eings_app_settings_box {
    padding: 18px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 35px;
}

.eings_section_info h3 {
    font-size: 20px;
    margin: 0;
}

.eings_section_info p {
    font-size: 15px;
    margin: 2px 0 0 0;
    color: #666;
}

.eings_section_header {
    display: grid;
    grid-template-columns: auto 200px;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

.eings_form_button button[type=submit] {
    background-color: var(--eings-primary-color);
    border: none;
    font-size: 15px;
    width: 100%;
    border-radius: 6px;
    outline: none;
    padding: 12px;
    color: #232323;
    font-weight: 400;
    cursor: pointer;
    transition: 0.3s;
    user-select: none;
    position: relative;
    overflow: hidden;
}

.eings_app_settings_group label {
    font-size: 15px;
    margin: 0;
    font-weight: 500;
}

.eings_app_settings_group p {
    font-size: 13px;
    color: #666;
    margin: 0 0 5px;
}

.eings_app_settings_group input[type=text] {
    width: 100%;
    margin-bottom: 16px;
    padding: 10px 15px;
    line-height: 20px;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    box-shadow: none;
}

.eings_integration_wrap {
    display: inline-grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: 16px;
}

.eings__addon_box {
    border: 1px solid rgb(255, 192, 8, .1);
    background: rgb(255, 192, 8, .05);
    padding: 14px 14px 12px 14px;
    transition: 0.3s;
    border-radius: 8px;
}

.eings__addon_head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.eings_addon_name {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
}

.eings__input_switch input[type=checkbox] {
    display: none;
}

.eings__input_switch label {
    height: 20px;
    width: 40px;
    background: #dedede;
    display: block;
    border-radius: 30px;
    position: relative;
    transition: 0.3s;
    cursor: pointer;
}

.eings__input_switch label:before {
    position: absolute;
    content: '';
    height: 14px;
    width: 14px;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: ease-in-out .35s;
    transition: ease-in-out .35s;
    transform: translate(3px, 3px);
}

.eings__input_switch input:checked+label {
    background-color: var(--eings-primary-color);
}

.eings__input_switch input:checked+label:before {
    transform: translate(23px, 3px);
}

.eings__addon_footer .addon_status {
    text-transform: uppercase;
    font-size: 12px;
    padding: 4px 6px;
    line-height: 12px;
    border-radius: 3px;
    color: #fff;
}

.eings__addon_footer .addon_status.new {
    background: #11B76A;
}

.eings_loader {
    width: 18px;
    height: 18px;
    border: 3px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: none;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.eings_icon.active .eings_loader,
.eings_btn_icon.active .eings_loader {
    position: absolute;
    display: block;
    left: 45%;
    top: 30%;
    transform: translate(-50%, -50%);
}

.eings_btn_icon.active:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: var(--eings-primary-color);
    left: 0;
    top: 0;
}

.eings_btn:focus {
    box-shadow: none;
}


.eings_token_wrap {
    display: grid;
    grid-template-columns: auto 220px;
    gap: 18px;
    align-items: end;
}

.eings_token_wrap input[type=text] {
    margin: 0;
}

.eings_btn.eings_btn_icon {
    width: 100%;
    text-align: center;
}

.eings_right,
.eings_connection_test {
    width: 100%;
    display: flex;
}

.eings_btn:hover {
    color: #222222;
}

.eings_btn.not_auth {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}

.eings_app_settings_group.eings_token_wrap p {
    margin: 0;
    position: relative;
}

.account_connected_at {
    font-size: 14px;
    color: #008500;
    padding-top: 10px;
    display: inline-block;
}

.eings_token_validation.token_verified span {
    position: absolute;
    bottom: 1px;
    right: 1px;
    height: 40px;
    width: 100px;
    border-radius: 0 5px 5px 0;
    display: flex;
    align-items: center;
    padding-left: 300px;
    font-size: 16px;
    background-image: linear-gradient(to right, transparent 0%, white 40%);
}

.eings_token_validation.token_verified span:before {
    position: absolute;
    content: '';
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="green"><path fill-rule="evenodd" d="M8.603 3.799A4.49 4.49 0 0 1 12 2.25c1.357 0 2.573.6 3.397 1.549a4.49 4.49 0 0 1 3.498 1.307 4.491 4.491 0 0 1 1.307 3.497A4.49 4.49 0 0 1 21.75 12a4.49 4.49 0 0 1-1.549 3.397 4.491 4.491 0 0 1-1.307 3.497 4.491 4.491 0 0 1-3.497 1.307A4.49 4.49 0 0 1 12 21.75a4.49 4.49 0 0 1-3.397-1.549 4.49 4.49 0 0 1-3.498-1.306 4.491 4.491 0 0 1-1.307-3.498A4.49 4.49 0 0 1 2.25 12c0-1.357.6-2.573 1.549-3.397a4.49 4.49 0 0 1 1.307-3.497 4.49 4.49 0 0 1 3.497-1.307Zm7.007 6.387a.75.75 0 1 0-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.14-.094l3.75-5.25Z" clip-rule="evenodd" /></svg>');
    height: 26px;
    width: 26px;
    left: 270px;
}

.eings_token_wrap.token_verified {
    grid-template-columns: auto 180px 180px;
}


/*  CF7 Feed Styles Start */
#eings_settings_wrapper {
    background-color: #fff;
    padding: 16px;
    border-radius: 5px;
}

.eings_settings_sheet h1 {
    font-size: 20px;
    font-weight: 500;
    padding: 0 0 15px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
}

.eings__setting_box {
    display: grid;
    grid-template-columns: 250px auto;
    align-items: center;
    gap: 16px;
}

.eings__setting_box h3 {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.eings__setting_box:not(:last-child) {
    margin-bottom: 20px;
}

.eings__setting_box input[type=text] {
    border-radius: 3px;
    border: 1px solid #999;
    outline: none;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
    transition: 0.3s;
}

.eings__setting_box input[type=text]:focus {
    box-shadow: none;
}

.eings__sheet_btns {
    display: flex;
    gap: 16px;
}

.eings_btn {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 30px;
    background-color: var(--eings-primary-color);
    color: var(--eings-text-color);
    border-radius: 5px;
    transition: 0.3s;
    outline: none;
    cursor: pointer;
    position: relative;
    user-select: none;
    overflow: hidden;
    text-align: center;
}

.eings_btn:focus {
    box-shadow: none;
    outline: none;
}

.eings_fields_map_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 16px;
}

.eings__map_field {
    display: flex;
    flex-direction: column;
}

.eings__map_field label {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #1D2327;
}

.eings__map_field select {
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #999;
    border-radius: 4px;
    transition: 0.3s;
}

.eings__map_field select:focus {
    box-shadow: none;
}

.eings_section_title {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    margin: 20px 0 20px 0;
    padding: 15px 0 15px 0;
}

.eings_section_title h1 {
    padding: 0;
    font-size: 20px;
    font-weight: 500;
}

.eings_section_title p {
    margin: 0;
    font-size: 14px;
}

.eings_btn.eings_icon.active:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: var(--eings-primary-color);
    top: 0;
    left: 0;
    border-radius: 8px;
    transition: 0.3s;
}

.eings_notification {
    top: 60px;
    position: fixed;
    right: 20px;
    width: 500px;
    max-width: max-content;
    transition: 0.3s;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #fff;
    font-size: 15px;
    padding: 16px 16px 18px 44px;
    line-height: 20px;
    border-left: 3px solid transparent;
    opacity: 0;
    visibility: hidden;
    z-index: -99;
}

.eings_notification.success {
    border-left-color: #11B76A;
    transition: 0.3s;
}

.eings_notification.fail {
    border-left-color: #d63638;
    transition: 0.3s;
}


.eings_notification.success:before {
    position: absolute;
    content: '';
    height: 28px;
    width: 28px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(17, 183, 106, 1)" class="size-6"><path fill-rule="evenodd" d="M8.603 3.799A4.49 4.49 0 0 1 12 2.25c1.357 0 2.573.6 3.397 1.549a4.49 4.49 0 0 1 3.498 1.307 4.491 4.491 0 0 1 1.307 3.497A4.49 4.49 0 0 1 21.75 12a4.49 4.49 0 0 1-1.549 3.397 4.491 4.491 0 0 1-1.307 3.497 4.491 4.491 0 0 1-3.497 1.307A4.49 4.49 0 0 1 12 21.75a4.49 4.49 0 0 1-3.397-1.549 4.49 4.49 0 0 1-3.498-1.306 4.491 4.491 0 0 1-1.307-3.498A4.49 4.49 0 0 1 2.25 12c0-1.357.6-2.573 1.549-3.397a4.49 4.49 0 0 1 1.307-3.497 4.49 4.49 0 0 1 3.497-1.307Zm7.007 6.387a.75.75 0 1 0-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.14-.094l3.75-5.25Z" clip-rule="evenodd" /></svg>');
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}

.eings_notification.fail:before {
    position: absolute;
    content: '';
    height: 28px;
    width: 28px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(214, 54, 56, 1)" class="size-6"><path fill-rule="evenodd" d="M8.603 3.799A4.49 4.49 0 0 1 12 2.25c1.357 0 2.573.6 3.397 1.549a4.49 4.49 0 0 1 3.498 1.307 4.491 4.491 0 0 1 1.307 3.497A4.49 4.49 0 0 1 21.75 12a4.49 4.49 0 0 1-1.549 3.397 4.491 4.491 0 0 1-1.307 3.497 4.491 4.491 0 0 1-3.497 1.307A4.49 4.49 0 0 1 12 21.75a4.49 4.49 0 0 1-3.397-1.549 4.49 4.49 0 0 1-3.498-1.306 4.491 4.491 0 0 1-1.307-3.498A4.49 4.49 0 0 1 2.25 12c0-1.357.6-2.573 1.549-3.397a4.49 4.49 0 0 1 1.307-3.497 4.49 4.49 0 0 1 3.497-1.307Zm7.007 6.387a.75.75 0 1 0-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.14-.094l3.75-5.25Z" clip-rule="evenodd" /></svg>');
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}

.eings_notification.success:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    background-image: linear-gradient(0.25turn, rgba(255, 255, 255, 1), rgba(17, 183, 106, 1), rgba(56, 2, 155, 0));
    left: 0;
    bottom: 0;
    transition: 0.3s;
}

.eings_notification.fail:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    background-image: linear-gradient(0.25turn, rgba(255, 255, 255, 1), rgba(214, 54, 56, 1), rgba(56, 2, 155, 0));
    left: 0;
    bottom: 0;
    transition: 0.3s;
}

.eings_notification.fail,
.eings_notification.success {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

.eings_test_error {
    margin-top: 20px;
    border: 1px solid #d63638;
    padding: 10px 15px;
    border-radius: 4px;
    background: rgba(214, 54, 56, .08);
}

.eings_test_success {
    margin-top: 20px;
    border: 1px solid rgba(17, 183, 106, 1);
    padding: 10px 15px;
    border-radius: 4px;
    background: rgba(17, 183, 106, .1);
    font-size: 14px;
    font-weight: 500;
}

.eings__setting_box.eigns_sheet {
    grid-template-columns: 250px 400px 200px;
}