#walmart_calc_popup #connected_sheets_container, #walmart_calc_popup #export_sheet_container {
    display: none;
    position:absolute;
    right:600px;
    top:120px;
    z-index:10;
    background-color:#FFFFFF;
    border-radius: 12px;
    width: 454px;
    height: 270px;
}

#walmart_calc_popup #export_to_spreadsheet_popup * {
    font-family: "Poppins";
}

#walmart_calc_popup #remove_sheet_container, #walmart_calc_popup #edit_sheet_container {
    top:70px;
    left:74px;
    position:absolute;
    z-index: 2;
}

#walmart_calc_popup #edit_sheet_container {
    display: none;
    top:50px;
}

#walmart_calc_popup #export_to_spreadsheet_popup input {
    margin:0px;
}

#walmart_calc_popup #remove_sheet_wrapper, #walmart_calc_popup #edit_sheets_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 15px;
    width: 320px;
    height: fit-content;
    border: 1px solid #e1e4ee;
    border-radius: 16px;
    font-family: "Poppins";
    background-color:#FFFFFF;
}

#walmart_calc_popup #edit_sheets_wrapper {
    height:fit-content;
}

#walmart_calc_popup #remove_sheet_wrapper #warning_text {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: #1f1f1f;
    margin: 0px 0px 10px 0px;
}

#walmart_calc_popup #buttons_container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

#walmart_calc_popup .export_popup_btn {
    cursor: pointer;
    font-family: Poppins;
    text-align: center;
    border-radius: 12px;
    box-sizing: border-box;
}

#walmart_calc_popup #buttons_container #cancel_remove_sheet_btn, #walmart_calc_popup #buttons_container #confirm_remove_sheet_btn {
    width: 50%;
    padding: 6px 3px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

#walmart_calc_popup #buttons_container #cancel_remove_sheet_btn {
    border: 1px solid #0171dc;
    color: #0171dc;
    background: #FFFFFF;
}

#walmart_calc_popup #buttons_container #confirm_remove_sheet_btn {
    border: none;
    color: #FFFFFF;
    background: #0171dc;
}

#walmart_calc_popup #export_sheets_wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid;
    border-radius: 16px;
    border-color: #e0e4ed;
    padding: 10px 15px;
    font-family: "Poppins";
    background-color:#FFFFFF;
}

#walmart_calc_popup #export_sheets_wrapper #export_sheets_content_box {
    display: flex;
    flex-direction: column;
}

#walmart_calc_popup #export_sheets_content_box #comment_plus_url {
    display: flex;
    gap: 10px;
    margin-top: 8px;
}

#walmart_calc_popup #comment_plus_url .txt_input {
    flex-grow: 1;
}

#walmart_calc_popup #export_sheets_content_box #export_to_box {
    display: flex;
    flex-direction: column;
}

#walmart_calc_popup #export_to_box #export_label {
    align-self: flex-start;
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0px 6px 2px;
}

#walmart_calc_popup #export_to_box #sheet_box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 5px;
    padding-bottom: 10px;
    padding-left:2px;
}

#sheets_container, #walmart_calc_popup #export_to_box #sheet_box {
    height:130px;
    overflow-y: auto;
}

#walmart_calc_popup .txt_input {
    width: 100%;
    border: 1px solid;
    border-radius: 12px;
    border-color: #e4ebf1;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 600;
    font-family: "Poppins";
}

#walmart_calc_popup .txt_input::placeholder {
    font-weight: 400;
}

#walmart_calc_popup .input_pad_15 {
    padding: 12px 13px;
}

#walmart_calc_popup .input_pad_10 {
    padding: 8px 13px;
}

#walmart_calc_popup #sheet_box .sheet_row {
    display: flex;
    gap: 10px;
}

#walmart_calc_popup .sheet_row .open_btn {
    background: #FFFFFF;
    border: 1px solid #e4ebf1;
    padding: 8px 30px;
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
    color:#000000;
}

#walmart_calc_popup #open_export_spreadsheet {
    color: #FFFFFF;
    background-color: var(--science-blue);
    border: 1px solid #e4ebf1;
    border-radius: 12px;
    padding: 4px 15px;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    font-family: "Poppins";
    margin-top:-28px;
}

#walmart_calc_popup .sheet_row .export_btn {
    color: #FFFFFF;
    background: #0171dc;
    border: 1px solid #e4ebf1;
    padding: 9px 20px;
    font-weight: 600;
    font-size: 12px;
    min-width:120px;
    width:100%;
}

#walmart_calc_popup .sheet_row .create_spreadsheet_btn {
    color: #FFFFFF;
    background: #0171dc;
    border: none;
    padding: 8px 20px;
    font-size: 12px;
    font-weight: 600;
}

#walmart_calc_popup #connected_sheets_wrapper {
    width: 454px;
    height: 300px;
    display: flex;
    flex-direction: column;
    border: 1px solid #e1e4ee;
    border-radius: 16px;
    padding: 10px 15px;
    font-family: "Poppins";
    background-color: #FFFFFF;
}

#walmart_calc_popup .export_popup_close {
    cursor: pointer;
    align-self: flex-end;
}

#walmart_calc_popup #connected_sheets_close {
    display: block;
}

#walmart_calc_popup #google_account_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#walmart_calc_popup #google_account_wrapper #google_account_header {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #1f1f1f;
}

#walmart_calc_popup #google_account_wrapper #account_status_row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-top: 12px;
    gap: 12px;
}


#walmart_calc_popup #account_status_row .account_status {
    height: 42px;
    white-space: nowrap; /* Prevents the text from wrapping to the next line */
    overflow: hidden;    /* Hide the overflow */
    text-overflow: ellipsis; /* Render an ellipsis ("...") to represent clipped text */
}

#walmart_calc_popup #account_status_row .account_status {
    width: 50%;
    border-radius: 12px;
    padding: 12px;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    color: #1f1f1f;
    cursor: pointer;
}

#walmart_calc_popup #account_status_row .acc_connected {
    background: #99ef65;
}

#walmart_calc_popup #account_status_row .acc_not_connected {
    background: #d6d6d6;
}

#walmart_calc_popup #connected_sheets_wrapper #connected_sheets {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    width: 100%;
}

#walmart_calc_popup #connected_sheets_wrapper #connected_sheets_header {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #1f1f1f;
}

#walmart_calc_popup #connected_sheets #sheets_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 15px;
    gap: 10px;
    padding-bottom:10px;
    padding-left:2px;
}

#walmart_calc_popup #sheets_container .sheet_row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    width: 100%;
}

#walmart_calc_popup .sheet_row .txt_input {
    width: 80%;
    border: 1px solid;
    border-radius: 12px;
    border-color: #e4ebf1;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 600;
    font-family: "Poppins";
    padding: 8px 13px;
}

#walmart_calc_popup .sheet_row .actions_container {
    width: 20%;
}

#walmart_calc_popup .txt_input::placeholder {
    font-weight: 400;
}

#walmart_calc_popup .sheet_row .connected_actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 5px;
}

#walmart_calc_popup .connected_actions .remove_btn,
#walmart_calc_popup .connected_actions .edit_btn,
#walmart_calc_popup #save_edit_sheet,
#walmart_calc_popup .edit_spreadsheet_structure {
    border: 1px solid #e4ebf1;
    border-radius: 12px;
    padding: 8px;
    cursor: pointer;
    width:34px;
}

#walmart_calc_popup #save_edit_sheet {
    width:fit-content;
}

#walmart_calc_popup  .remove_spreadsheet, #walmart_calc_popup .edit_spreadsheet_structure {
    width:35px;
}

#walmart_calc_popup .connected_actions img, #walmart_calc_popup .edit_spreadsheet_structure img {
    width: 18px;
    height: 18px;
}

#walmart_calc_popup .sheet_row .edit_btn img,
#walmart_calc_popup .sheet_row .remove_btn img {
    display: block;
}

#walmart_calc_popup .create_action button {
    color: #FFFFFF;
    background: #0171dc;
    border: none;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
}

#export_spreadsheet_settings, #data_exported_message {
    font-family: var(--font-family-poppins);
}

#export_spreadsheet_settings {
    color: gray;
    text-decoration: underline;
    font-size: var(--font-size-s);
}

#data_exported_message {
    font-weight: 600;
    color:green;
    float:left;
    width:20%;
    margin-left: 10px;
    font-size: var(--font-size-m);
}


.spreadsheet_top_left_btn {
    cursor: pointer;
    width:20%;
    float:left;
}

.export_sheets_close {
    float:right;
    display: block;
}

#back_sheet_btn {
    width:20px;
}

#export_spreadsheet_btn_container {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0px;
    padding-top:40px;
    height: 60px;
    flex-direction: column;
}

#walmart_calc_popup #edit_sheet_container input {
    margin-bottom:10px;
}

#export_sorting_list {
    height: fit-content;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 49;
    display: none;
}

#walmart_calc_popup .sheet_row .open_btn {
    padding:0px;
    border:none;
    display: flex;
    align-items: center;
}

.open_btn img {
    height: 20px;
    min-width: 20px;
}

#walmart_calc_popup .sheet_row .create_spreadsheet_btn {
    margin-right: 5px;
}

#edit_sheets_close_box {
    margin-bottom:5px;
}

/* start - sign in with google button */

#google_account_wrapper .gsi-material-button {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: WHITE;
    background-image: none;
    border: 1px solid #747775;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: 50%;
    min-width: min-content;
    margin: 0px auto;
}

#google_account_wrapper .gsi-material-button .gsi-material-button-icon {
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
}

#google_account_wrapper .gsi-material-button .gsi-material-button-content-wrapper {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

#google_account_wrapper .gsi-material-button .gsi-material-button-contents {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

#google_account_wrapper .gsi-material-button .gsi-material-button-state {
    -webkit-transition: opacity .218s;
    transition: opacity .218s;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#google_account_wrapper .gsi-material-button:not(:disabled):hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

#google_account_wrapper .gsi-material-button:not(:disabled):hover .gsi-material-button-state {
    background-color: #303030;
    opacity: 8%;
}

/* end - sign in with google button */


#confirm_remove_sheet_btn:hover {
    background-color: #0166C6 !important;
}

#walmart_calc_popup #buttons_container #cancel_remove_sheet_btn:hover {
    border-color: #0166C6 !important;
    color: #0166C6 !important;
}
