.elex-gpf-table-box {
    background: #fff;
    border-radius: 10px;
    padding: 16px;
    height: auto;
    width: 90%;
    position: relative;
}
.elex-gpf-table-box-main {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.elex-gpf-table-box-main:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.elex-gpf-settings-table {
    width: 80%;
    font-size: 1.1em;
    margin-bottom: 2%;
}
.elex-gpf-settings-table-left {
    width: 4%;
    padding: 20px 0px;
}
.elex-gpf-settings-table-middle {
    width: 2%;
}
.elex-gpf-settings-table-right {
    width: 24%;

}
.elex-gpf-settings-table-cat-map-left {
    width: 15%;
    padding: 20px 0px;
    text-align: left;
}
.elex-gpf-settings-table-cat-map-middle {
    width: 20%;
    text-align: left;
}
.elex-gpf-settings-table-cat-map-right {
    width: 10%;

}
.elex-gpf-settings-table-exclude-left {
    width: 20%;
    padding: 20px 0px;
}
.elex-gpf-settings-table-exclude-middle {
    width: 4%;
}
.elex-gpf-settings-table-exclude-right {
    width: 45%;
}
.elex-gpf-settings-table-map-attr-left {
    width: 12%;
    padding: 20px 0px;
}
.elex-gpf-settings-table-map-attr-left2 {
    width: 20%;
    padding: 20px 0px;
}
.elex-gpf-settings-table-map-attr-middle {
    width: 30%;
}
.elex-gpf-settings-table-map-attr-middle2 {
    width: 30%;
}
.elex-gpf-settings-table-map-attr-right {
    width: 10%;
}

.elex-gpf-category-tabs-panel {
    position: relative;
    margin-top: 0px;
    z-index: 10;
    height: 100%;
    border-style: outset;
    border-width: medium;
    width: 330px;
    margin-top: 1%;
    max-height : 134px;
    overflow-y: scroll;
}
#elex_gpf_product_catchecklist {
    margin-left: 2%;
}

.typeahead, .tt-query, .tt-hint {
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    outline: medium none;
    margin-right: 24px;
    padding: 8px 12px;
    position: absolute;
}
.tt-menu {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 0px;
    padding: 6px 0;
    width: 400px;
}
.tt-suggestion {
    font-size: 16px; 
    padding: 3px 20px;
}
.tt-suggestion:hover {
    cursor: pointer;
    background-color:grey;
    color: #FFFFFF;
}
.elex-select-category{
    display: inline-block;
    cursor: pointer;
    text-align: center;
    color: #0073aa;
    padding: 3px;
    text-decoration: none;
   
  }
  .elex-select-category-active{
    color: #000;  
    font-weight: 600;
    text-decoration: none;

  }
.elex-gpf-steps{
    display: inline-block;
    border-right: 1px #ddd;
    border-top: 20px solid #f1f1f1;
    width: 18.16%;
    margin: 0px;
    background-color: #B6D7EA;
    padding: 10px 20px !important;
    margin-right: 0px;
    box-sizing: border-box;
    position: relative;
}
.elex-gpf-steps:before{
    content: '';
    border-left: 16px solid #B6D7EA;
    border-top: 20px solid #f1f1f1;
    border-bottom: 18px solid #f1f1f1;
    position: absolute;
    overflow: hidden;
    color: #fff;
    top: 0;
    right: 0;

}
.elex-gpf-steps :after{
    content: '';
    border-left: 16px solid #3aaa00;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 90%;
    z-index: 20;
}

.active{
    display: inline-block;
    /*border-right: 1px solid black;*/
    width: 18.16%;
    margin: 0px;
    background-color: #3aaa00;
    padding: 10px 20px !important;
    color: #fff;
    margin-right: 0px;
    box-sizing: border-box;
    position: relative;
}

.active:before{
    content: '';
    border-left: 16px solid #3aaa00;
    border-top: 20px solid #f1f1f1;
    border-bottom: 18px solid #f1f1f1;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;

}
.active :after{
    content: '';
    border-left: 16px solid #3aaa00;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 90%;
    z-index: 20;
}

.elex-gpf-loader {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/loader.gif') 50% 50% no-repeat; /*rgb(242, 242, 242);*/
    background-size: 6%;
    opacity: 0.7;
}

.elex-gpf-icon  {
    height: 20px;
    width: 28px;
    background-image: url("../images/elex-icons.jpg");
}

.elex-gpf-icon-text {
    background-position: -147px -309px; 
}
.elex-gpf-icon-select {
    background-position: -463px -119px;
}

.elex-gpf-icon-delete  {
    height: 16px;
    width: 16px;
    background-image: url("../images/delete.png");
}
.elex-gpf-icon-report  {
    height: 16px;
    width: 16px;
    background-image: url("../images/report.png");
}
.elex-gpf-icon-download  {
    height: 16px;
    width: 16px;
    background-image: url("../images/download.png");
}
.elex-gpf-icon-pause  {
    height: 16px;
    width: 16px;
    background-image: url("../images/pause.png");
}
.elex-gpf-icon-play  {
    height: 16px;
    width: 16px;
    background-image: url("../images/play.png");
}

.elex-gpf-icon2 {
    height: 20px;
    width: 28px;
    background-image: url("../images/menu-vs.png");
}
.elex-gpf-icon2-view {
    background-position: -539px -324px; 
}

.elex-gpf-icon3 {
    height: 20px;
    width: 20px;
    background-image: url("../images/wpicons.png");
}
.elex-gpf-icon3-refresh {
    background-position: -1040px -80px; 
}

.elex-gpf-icon4-edit {
    height: 16px;
    width: 16px;
    background-image: url("../images/edit.png");
}
.elex-gpf-icon-view {
    height: 20px;
    width: 23px;
    background-image: url("../images/view.png");
}
.elex-gpf-icon-arrow-up {
    height: 18px;
    width: 16px;
    background-image: url("../images/arrow-up.png");
}
.elex-gpf-icon-arrow-down {
    height: 18px;
    width: 16px;
    background-image: url("../images/arrow-down.png");
}


#elex_cat_table .check-column {
    vertical-align: middle;
    text-align: left;
    padding: 0 7px;
    width: 1%;
}
.elex-gpf-icon-append  {
    height: 24px;
    width: 24px;
    background-image: url("../images/append.png");
}
.elex-gpf-icon-prepend  {
    height: 24px;
    width: 24px;
    background-image: url("../images/prepend.png");
}
.elex-gpf-icon-remove  {
    height: 18px;
    width: 18px;
    background-image: url("../images/remove.png");
}
.elex-gpf-icon-add  {
    height: 18px;
    width: 18px;
    background-image: url("../images/plus.png");
}
.elex-gpf-minus-icon  {
    height: 18px;
    width: 18px;
    background-image: url("../images/remove.png");
}
.elex-gpf-plus-icon  {
    height: 18px;
    width: 18px;
    background-image: url("../images/plus.png");
}
#elex_required_attr_map td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.elex_gfd_table_lines td, th,tr {
    border: 1px solid #dddddd !important ;
    text-align: left !important;
    vertical-align: middle;
    padding: 8px !important;
}

#elex_optional_attr_map td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.elex-gpf-steps-navigator {
    padding-bottom: 1%;
}


/* Style the Connected Account table */
#elex_google_sync_details_table {
    width: 100%;
    margin: 20px 0;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

#elex_google_sync_details_table tr:first-child td {
    background-color: #fff; /* Set to white or any other color you prefer */
    color: #000; /* Optional: Change text color to ensure visibility */
    font-size: 18px;
    font-weight: bold;
    padding: 16px 20px;
    
}

#elex_google_sync_details_table td {
    padding: 14px 20px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
    font-size: 15px;
    color: #333;
}

#elex_google_sync_details_table td:first-child {
    font-weight: 600;
    color: #222;
    /* width: 200px; */
}

#elex_google_sync_details_table input[type="text"] {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fdfdfd;
    transition: border-color 0.3s;
}

#elex_google_sync_details_table input[type="text"]:focus {
    border-color: #0073aa;
    outline: none;
    background-color: #fff;
}

/* Help tip styling */
.woocommerce-help-tip.tooltip {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(https://s.w.org/images/core/emoji/13.1.0/svg/1f6c8.svg) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
    margin-left: 6px;
}

/* Connect & Disconnect button styles */
#elex_google_sync_details_table a.elex-connect-button,
#elex_google_sync_details_table a.elex-google-disconnect-btn {
    display: inline-block;
    padding: 10px 22px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.3s ease, transform 0.2s ease;
    margin-top: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#elex_google_sync_details_table a.elex-connect-button {
    background-color: #28a745;
    color: #fff;
}

#elex_google_sync_details_table a.elex-connect-button:hover {
    background-color: #218838;
    transform: scale(1.03);
}

#elex_google_sync_details_table a.elex-google-disconnect-btn {
    background-color: #dc3545;
    color: #fff;
}

#elex_google_sync_details_table a.elex-google-disconnect-btn:hover {
    background-color: #c82333;
    transform: scale(1.03);
}

.elex-gpf-toast-display-back{
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: flex;
    top: 0;
    left: 0;
    z-index: 9999999999;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.2);
    display:none;
}

/* elex-toast css*/
.elex-gpf-toast{

    padding: 20px;
    box-shadow: 0px 0px 6px #004BAF99;
    border-radius: 8px;
    background:#fff;
    background: #fff;
    z-index: 99999;
    
}
.elex-gpf-toast h4{
    margin-top:0px;
    text-align:center;
}
.elex-flex{
    display: flex;
    gap:10px;
    
}
.elex-gpf-toast .elex-flex button{
    width:100%;
}

/* Success and error messages */
#elex_google_sync_details_table div[style*="color:green"] {
    margin: 10px 0;
    font-weight: 600;
    color: #28a745;
}

#elex_google_sync_details_table div[style*="color:red"] {
    margin: 10px 0;
    font-weight: 600;
    color: #dc3545;
}

.elex-connect-button {
    display: inline-block;
    padding: 8px 12px;
    background-color: #28a745;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #28a745;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.elex-connect-button:hover {
    background-color: #218838;
    border-color: #1e7e34;
}