

body {
  font-family: 'Calibri', 'Helvetica', 'Arial', sans-serif;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #ddeefc;
}

a {
  color: blue;
}

.main-column-div, .select-your-images-div, .select-your-example-product-div, .main-operation-setup-div  {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-column-div {
  width: 70%;
  margin: auto;
  background-color: white;
  box-shadow: -2px 0 4px rgba(0, 0, 0, 0.2), 2px 0 4px rgba(0, 0, 0, 0.2);
}

.step-1-and-2-container-div {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.select-your-images-div, .select-your-example-product-div, .create-product-info-div {
  background-color: #f9f9f9;
  padding: 20px 26px;
  border-radius: 10px;
  border: 1px solid #b5b4b4;
  border-bottom: 2px solid #959595;
  box-shadow: 2px 2px 2px #ccc;
}

/*
.select-your-images-div:hover, .select-your-example-product-div:hover, .create-product-info-div:hover {
  box-shadow: -2px 0 4px rgba(0, 0, 0, 0.2), 2px 0 4px rgba(0, 0, 0, 0.2);
}
*/

.main-column-contents-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

#example-product-id-div, #connect-your-store-div, #your-example-products-div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#your-example-products-div {
  margin-bottom: 6px;
}

#connect-your-store-div {
  /* border-top: 1px solid #b9b9b9; */
  padding-top: 0px;
  margin-top: 0px;
}

#example-product-id-div {
  /* border-top: 1px solid #b9b9b9; */
  margin-top: 0px;
  padding-top: 0px;
}

.operation-step-headlines {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 17px;
}

#image-files-input {
  text-align-last: center;
  font-size: 13px;
}

.select-your-images-div, .select-your-example-product-div {
  margin-bottom: 0px;
}

.store-id-text, .product-id-text {
  color: blue;
  font-weight: bold;
}

#printify-api-key-input, #gelato-api-key-input {
  margin-bottom: 10px;
}

label[for="printify-api-key-input"], label[for="gelato-api-key-input"] {
  margin-top: 10px;
}

label[for="printify-api-key-input"], label[for="printify-store-id-input"],
label[for="gelato-api-key-input"], label[for="gelato-store-id-input"] {
  font-size: 14px;
}

label[for="printify-store-name-input"], label[for="gelato-store-name-input"] {
  font-size: 14px;
  margin-top: 10px;
}

.printify-store-id-example-subtext, .gelato-store-id-example-subtext {
  font-size: 12px;
}

.printify-product-id-example-subtext, .gelato-product-id-example-subtext {
  font-size: 12px;
}

.stuff-to-hide-for-now-div, .hide-this {
  display: none !important;
}

.printify-product-search-results {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  padding-left: 0px;
}

label[for="printify-product-ID-input"], label[for="gelato-product-ID-input"] {
  font-size: 14px;
  margin-top: 10px;
}

.gelato-template-product-ID-explainer-text {
  font-size: 15px;
  font-style: italic;
  text-align: center;
}

label[for="printify-product-name-input"], label[for="gelato-product-name-input"] {
  font-size: 14px;
  margin-top: 10px;
}

#run-printify-api-commands {
  margin-top: 10px;
}

.create-product-info-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0px;
}

.product-info-attribute-text {
  margin-bottom: 0px;
  margin-top: 0px;
  margin-right: 7px;
  font-weight: bold;
}

.toggle-switch-wrapper {
  display: flex;
  align-items: center;
  gap: 0px;
  margin-bottom: 0px;
}

.toggle-label-left {
  margin-right: 5px;
}

.toggle-label-right {
  margin-left: 5px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 18px;
  margin-top: 1px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 18px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #007bff;
}

input:checked + .slider:before {
  transform: translateX(12px);
}

#generate-product-info-headline {
  margin-bottom: 10px;
}

.image-handling-checkboxes-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}

.stretch-images-to-fit-text, .upscale-images-text, .exactly-match-example-images-text, .preserve-image-aspect-ratio-text,
.small-checkbox-text {
  font-size: 14px;
}

.simple-AI-title-option-text, .compound-AI-title-option-text {
  font-size: 15px;
}

.checkbox-holder-div {
  display: flex;
  align-items: flex-end;
}

.checkbox-holder-div-v2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.checkbox-holder-div-inner-2 {
  display: flex;
  align-items: center;
}

.checkbox-holder-div input {
  margin: 3px 4px 3px 3px;
}

.radio-holder-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3px;
}

#radio-option-div label {
  display: inline-flex;
  align-items: center;
}

#radio-option-div input {
  margin: 0px 4px 0px 0px;
  width: 13px;
  height: 13px;
}

#AI-title-radio-option-div label {
  display: inline-flex;
  align-items: center;
}

#AI-title-radio-option-div input {
  margin: 1px 3px 0px 0px;
  width: 13px;
  height: 13px;
}

#add-more-product-tags-text-above {
  margin-bottom: 2px;
  margin-top: 10px;
}

.main-title-text, .main-description-text {
  color: red;
}

.custom-title-text, .custom-description-HTML-text {
  color: blue;
}

.reverse-title-order-button, .reverse-description-order-button {
  margin-left: 4px;
  padding: 0px 4px;
  background-color: white;
  border: 1px solid gray;
  border-radius: 2px;
  cursor: pointer;
}

#AI-title-option-radio-holder-div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#simple-example-AI-title, #compound-example-AI-title {
  font-style: italic;
}

#simple-AI-title-example-div {
  margin-bottom: 10px;
  display: none;
}

.example-description-div {
  display: none;
}

.use-image-filename-for-title-is-selected, .copy-description-from-template-is-selected, .copy-tags-from-template-is-selected {
  display: none;
}

/* BELOW = CUSTOM DROPDOWN SELECTOR 1: Which displays POD providers to connect to */

.POD-provider-dropdown-wrapper, .POD-provider-dropdown-wrapper-2 {
  position: relative;
  margin-top: 4px;
}

.POD-provider-dropdown, .POD-provider-dropdown-2 {
  position: relative;
  cursor: pointer;
  user-select: none;
  font-size: 15px;
}

.selected-POD-provider, .selected-POD-provider-2 {
  padding: 4px;
  padding-right: 30px;
  padding-left: 18px;
  border: 1px solid #6c6c6c;
  border-radius: 2px;
  background-color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box; /* Ensure padding and borders are included in the width */
}

.POD-provider-dropdown-option-item, .POD-provider-dropdown-option-item-2 {
  padding: 4px;
  padding-right: 30px;
  padding-left: 18px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.option-logo {
  width: 12px;
  margin-right: 6px;
}

/* Custom dropdown arrow */
.selected-option::after {
  content: '';
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333; /* Arrow color */
}

/* Options list styling */
.POD-provider-options-list, .POD-provider-options-list-2 {
  display: none; /* Hidden by default */
  position: absolute;
  width: 100%;
  border: 1px solid #a3a3a3;
  background-color: #fff;
  z-index: 100;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  box-sizing: border-box; /* Match the box-sizing of the selected option */
}

.POD-provider-dropdown-option-item:hover, .POD-provider-dropdown-option-item-2:hover {
  background-color: #f0f0f0;
}

.POD-provider-dropdown.open-dropdown .POD-provider-options-list, 
.POD-provider-dropdown-2.open-dropdown .POD-provider-options-list-2 {
  display: block;
}

/* END CUSTOM DROPDOWN SELECTOR 1 */

/* BELOW = CUSTOM DROPDOWN SELECTOR 2: Which displays CONNECTED stores */

.POD-store-dropdown-wrapper {
  position: relative;
  margin-top: 4px;
  max-width: 600px;
}

.POD-store-dropdown {
  position: relative;
  cursor: pointer;
  user-select: none;
  font-size: 15px;
}

.selected-POD-store {
  padding: 4px;
  padding-right: 30px;
  padding-left: 18px;
  border: 1px solid #6c6c6c;
  border-radius: 2px;
  background-color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box; /* Ensure padding and borders are included in the width */
}

.POD-store-option-item {
  padding: 4px;
  padding-right: 0px;
  padding-left: 18px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.option-logo-2 {
  width: 12px;
  margin-right: 6px;
}

/* Custom dropdown arrow */
.selected-POD-store::after {
  content: '';
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333; /* Arrow color */
  margin-right: 4px;
}

/* Custom dropdown arrow */
.selected-POD-provider::after, .selected-POD-provider-2::after {
  content: '';
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333; /* Arrow color */
  margin-right: 4px;
}

/* Options list styling */
.POD-store-options-list {
  display: none; /* Hidden by default */
  position: absolute;
  /* width: 100%; */
  border: 1px solid #a3a3a3;
  background-color: #fff;
  z-index: 100;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  box-sizing: border-box; /* Match the box-sizing of the selected option */
  width: max-content;
  max-width: 600px;
  max-height: 300px;
}

.POD-store-option-item:hover {
  background-color: #f0f0f0;
}

.POD-store-dropdown.open-dropdown .POD-store-options-list {
  display: block;
}

/* END CUSTOM DROPDOWN SELECTOR 2 */

/* BELOW = CUSTOM DROPDOWN SELECTOR 3: Which displays EXAMPLE products */

.example-product-dropdown-wrapper {
  position: relative;
  margin-top: 4px;
  max-width: 600px;
}

.example-product-dropdown {
  position: relative;
  cursor: pointer;
  user-select: none;
  font-size: 15px;
}

.selected-example-product {
  padding: 4px;
  padding-right: 30px;
  padding-left: 18px;
  border: 1px solid #6c6c6c;
  border-radius: 2px;
  background-color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box; /* Ensure padding and borders are included in the width */
}

.example-product-option-item {
  padding: 4px;
  padding-right: 0px;
  padding-left: 18px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.option-logo-3 {
  width: 12px;
  margin-right: 6px;
}

/* Custom dropdown arrow */
.selected-example-product::after {
  content: '';
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333; /* Arrow color */
  margin-right: 4px;
}

/* Options list styling */
.example-product-options-list {
  display: none; /* Hidden by default */
  position: absolute;
  /* width: 100%; */
  border: 1px solid #a3a3a3;
  background-color: #fff;
  z-index: 100;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  box-sizing: border-box; /* Match the box-sizing of the selected option */
  width: max-content;
  max-width: 600px;
  max-height: 300px;
}

.example-product-option-item:hover {
  background-color: #f0f0f0;
}

.example-product-dropdown.open-dropdown .example-product-options-list {
  display: block;
}

/* END CUSTOM DROPDOWN SELECTOR 3 */

/* BELOW = CUSTOM DROPDOWN SELECTOR 4: Which displays SAVED OPERATIONS */

.saved-operations-dropdown-wrapper {
  position: relative;
  margin-top: 0px;
  max-width: 600px;
}

.saved-operations-dropdown {
  position: relative;
  cursor: pointer;
  user-select: none;
  font-size: 15px;
}

.selected-saved-operation {
  padding: 4px;
  padding-right: 30px;
  padding-left: 18px;
  border: 1px solid #6c6c6c;
  border-radius: 2px;
  background-color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box; /* Ensure padding and borders are included in the width */
}

.saved-operations-option-item {
  padding: 4px;
  padding-right: 0px;
  padding-left: 18px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.saved-operations-option-item span:first-of-type {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.POD-store-option-item span:first-of-type {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.example-product-option-item span:first-of-type {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.saved-operation-name-span-text, .dropdown-store-name, .dropdown-product-text {
  flex-grow: 1;
}

/* Custom dropdown arrow */
.selected-saved-operation::after {
  content: '';
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333; /* Arrow color */
  margin-right: 4px; 
}

/* Options list styling */
.saved-operations-options-list {
  display: none; /* Hidden by default */
  position: absolute;
  border: 1px solid #a3a3a3;
  background-color: #fff;
  z-index: 100;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  box-sizing: border-box; /* Match the box-sizing of the selected option */
  /* width: 100%; */
  width: max-content;
  max-width: 600px;
  max-height: 300px;
}

.saved-operations-option-item:hover {
  background-color: #f0f0f0;
}

.saved-operations-dropdown.open-dropdown .saved-operations-options-list {
  display: block;
}

/* END CUSTOM DROPDOWN SELECTOR 4 */

#connect-my-store-button {
  margin-top: 18px;
  margin-bottom: 6px;
}

#connect-my-store-button:disabled {
  opacity: 0.6;
}

.connect-your-store-text {
  margin-top: 0px;
  margin-bottom: 6px;
  font-size: 15px;
  font-style: italic;
}

.paranoid-about-connecting-text {
  margin-top: 0px;
  margin-bottom: 2px;
  font-size: 13px;
  font-style: italic;
}

.where-to-find-text {
  color: #7a7a7a;
}

#your-connected-stores-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 6px;
}

.connected-POD-store-text, .example-product-to-use-text {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 8px;
}

.bold-text {
  font-weight: bold;
}

#select-example-product-button {
  margin-top: 12px;
  margin-bottom: 4px;
}

#select-example-product-button:disabled {
  opacity: 0.6;
}

.printify-connect-store-inputs, .gelato-connect-store-inputs {
  display: flex;
  flex-direction: column;
}

.printify-select-example-product-inputs, .gelato-select-example-product-inputs {
  display: flex;
  flex-direction: column;
}

#product-title-setup-div, #product-description-setup-div, #product-tags-setup-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  margin-bottom: 12px;
  margin-top: 4px;
  border: 1px solid #b5b4b4;
  border-bottom: 2px solid #959595;
  padding: 14px 20px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 2px 2px 2px #ccc;
}

#product-tags-setup-div {
  margin-bottom: 8px;
}

.light-gray-border {
  border-bottom: 1px solid #b3b2b2;
  border-top: 0px;
  width: 100%;
}

.product-info-title-and-toggle-div {
  display: flex;
  flex-direction: row;
  font-size: 15.3px;
  margin-bottom: 8px;
  border: 1px solid #b3b2b2;
  border-bottom: 2px solid #959595;
  padding-top: 6px;
  padding-bottom: 8px;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: 8px;
  background-color: #f9f9f9;
  box-shadow: 1px 1px 2px #ccc;
}

#include-custom-title-text-input, #include-custom-description-HTML-input {
  font-size: 14px;
  padding: 1px 0px;
  box-sizing: border-box;
  border: 1px solid #6e6e6e;
  border-radius: 2px;
  font-family: 'Calibri';
  margin-left: 4px;
  text-align: center;
  width: 200px;
}

#add-more-product-tags-text-input {
  font-size: 14px;
  padding: 1px 0px;
  box-sizing: border-box;
  border: 1px solid #6e6e6e;
  border-radius: 2px;
  font-family: 'Calibri';
  text-align: center;
  width: 300px;
}

#include-custom-title-text-input::placeholder,  #include-custom-description-HTML-input::placeholder {
  font-size: 14px;
  color: #999;
  font-family: 'Calibri';
  text-align: center;
}

.include-custom-title-text-span-text, .include-custom-description-HTML-span-text {
  font-size: 14px;
  cursor: pointer;
}

.include-custom-title-text-checkbox-div, .include-custom-description-HTML-checkbox-div {
  margin-bottom: 6px;
  margin-top: 10px;
  align-items: center;
}

#max-words-per-AI-title-div, #target-number-of-AI-description-paragraphs-div,
 #max-number-of-AI-tags-div {
  margin-bottom: 6px;
  margin-top: 8px;
}

#subtitle-segments-number-input, #target-number-of-AI-description-paragraphs-number-input,
 #max-number-of-AI-tags-number-input {
  font-size: 14px;
  padding: 1px 0px;
  box-sizing: border-box;
  border: 1px solid #6e6e6e;
  border-radius: 2px;
  font-family: 'Calibri';
  margin-left: 4px;
  text-align: center;
  width: 40px;
}

#number-of-subtitle-segments-div {
  margin-top: 8px;
}

#compound-AI-title-example-div {
  max-width: 450px;
  text-align: center;
  display: none;
}

.example-title-div {
  max-width: 430px;
  text-align: center;
  margin-top: 0px;
}

#compound-AI-title-example-text, #simple-AI-title-example-text {
  font-style: italic;
}

/* The below 2 hide the number-increment arrows for this text input box.
The reason THIS is hidden is because, clicking the arrows adds/removes text subtitle segments to/from the DOM.
And in so doing, it moves the position OF the arrows, causing you to click the wrong spot.
Better to just have them TYPE the desired # here to avoid that bad user experience frustration. */
/*
#subtitle-segments-number-input::-webkit-outer-spin-button,
#subtitle-segments-number-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#subtitle-segments-number-input {
    -moz-appearance: textfield; 
}
*/


.underlined {
  text-decoration: underline;
}

.italic {
  font-style: italic;
}

.button-85 {
  padding: 0.6em 2em;
  border: none;
  outline: none;
  color: black;
  background-color: white;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  font-size: 14px;
  border: 1px solid gray;
  margin-bottom: 28px;
}

.button-85:hover {
  border: 1px solid black;
}

.button-85:before {
  content: "";
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    #ff0000
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-85 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

@keyframes glowing-button-85 {
  0% {
    background-position: 400% 0; /* Start the background far to the right */
  }
  100% {
    background-position: 0 0; /* End with the background at its original position (moving left to right) */
  }
}

.button-85:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  left: 0;
  top: 0;
  border-radius: 10px;
}


.button-13 {
  background-color: #fff;
  border: 1px solid #595959;
  border-radius: 8px;
  box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
  box-sizing: border-box;
  color: #0f1111;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  padding: 6px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}

.button-13:hover {
  background-color: #f7fafa;
}

.button-13:focus {
  border-color: #008296;
  box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
  outline: 0;
}

.button-13-v2 {
  background-color: #fff;
  border: 1px solid #595959;
  border-radius: 3px;
  box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
  box-sizing: border-box;
  color: #0f1111;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  padding: 6px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}

.button-13-v2:hover {
  background-color: #f7fafa;
}

.button-13-v2:focus {
  border-color: #008296;
  box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
  outline: 0;
}

.button-13-v2:disabled {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
  opacity: 0.6;
}


.button-15 {
  background-image: linear-gradient(#42A1EC, #0070C9);
  border: 1px solid #0077CC;
  border-radius: 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  direction: ltr;
  display: block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -.022em;
  line-height: 1.47059;
  min-width: 30px;
  overflow: visible;
  padding: 4px 15px;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
}

.button-15:disabled {
  cursor: not-allowed;
  opacity: .3;
}

.button-15:hover {
  background-image: linear-gradient(#51A9EE, #147BCD);
  border-color: #1482D0;
  text-decoration: none;
}

.button-15:active {
  background-image: linear-gradient(#3D94D9, #0067B9);
  border-color: #006DBC;
  outline: none;
}

.button-15:focus {
  box-shadow: rgba(131, 192, 253, 0.5) 0 0 0 3px;
  outline: none;
}

.disabled-button {
  cursor: not-allowed;
  opacity: .3;
}

.down-arrow {
  margin-top: 8px;
  margin-bottom: 12px;
}

.website-header {
  height: 60px;
  background-color: #343434;
  display: flex;
  justify-content: space-between;
}

.website-header   a   {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Montserrat';
}

#user-account-link {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Montserrat';
  text-decoration: underline;
  cursor: pointer;
}

.header-div-left {
  display: flex;
  align-items: center;
  margin-left: 20px;
  gap: 10px;
}

.header-div-right {
  display: flex;
  align-items: center;
  margin-right: 40px;
  gap: 32px;
}

.website-header-logo-image {
  height: 34px;
}

.website-header-company-name {
  color: white;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Montserrat';
}

.clickable-header-item-left {
  text-decoration: none;
  color: inherit;
}

.main-product-headline {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 21px;
  font-family: 'Montserrat';
}

.boldest-text {
  font-weight: 900;
}

article {
	width: 100%;
}

.website-footer {
  /* height: 60px; */
  background-color: #343434;
  display: flex;
  flex-direction: column;
  /* padding-left: 24px;
  padding-right: 24px; */
  padding-top: 18px;
}

.website-footer   a   {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Montserrat';
}

.footer-section-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid gray;
  padding-bottom: 20px;
}

.footer-section-left {
  display: flex;
  flex-direction: column;
  width: 33.33%;
}

.footer-text-1 {
  color: white;
  margin-left: 30px;
}

.footer-section-right {
  display: flex;
  justify-content: flex-end;
  margin-right: 30px;
  gap: 32px;
  width: 66.66%;
}

.footer-section-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-product-summary-div {
  display: flex;
  justify-content: center;
  width: 75%;
}

.footer-product-summary {
  margin-top: 30px;
  margin-bottom: 36px;
  margin-right: 64px;
  margin-left: 30px;
  color: #e3e3e3;
  text-align: justify;
}

.footer-website-logo-div {
  display: flex;
  flex-direction: row;
  width: 25%;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
  margin-left: 30px;
}

.bolder-headline-text {
  font-weight: 800;
}

.main-headline-logo {
  height: 26px;
  margin-right: 10px;
}

.main-headline-div, .other-headline-div {
  background-color: #f9f9f9;
  border-top: 1px solid #c7c7c7;
  border-bottom: 2px solid #c7c7c7;
  margin-top: 30px;
  margin-bottom: 0px;
  font-size: 21px;
  width: 100%;
  text-align: center;
  padding-top: 11px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.products-created-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f9f9f9;
  padding: 14px 26px;
  border-radius: 10px;
  border: 1px solid #b5b4b4;
  border-bottom: 2px solid #959595;
  margin-bottom: 0px;
  box-shadow: 2px 2px 2px #ccc;
}

.operation-status-text-1, .progress-text-1 {
  font-weight: bold;
}

.operation-status-text-2 {
  font-style: italic;
}

.cancel-operation-button {
  margin-top: 16px;
  margin-bottom: 6px;
}

.cancel-operation-button:disabled {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
  opacity: 0.6;
}

#approve-usage-based-payment-button:disabled {
  opacity: 0.6;
}

.arrow-right {
  font-family: 'Calibri';
  margin-left: 6px;
  margin-right: 6px;
}

.other-product-link {
  color: inherit;
}

.other-product-headline {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  font-family: 'Montserrat';
}

.other-headline-div {
  margin-bottom: 200px;
}

.other-product-arrow {
  margin-right: 8px;
}

.next-step-text {
  margin-right: 2px;
}

#darkened-background-overlay-for-popups {
  display: none; /* Initially hidden */
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7); /* Dark transparent background */
  z-index: 1000; /* Ensure it stays on top */
}

#login-popup-div {
  display: none; /* Initially hidden */
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%); /* Center the popup */
  width: 320px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
  z-index: 1001; /* Higher than the overlay */
  flex-direction: column;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 44px;
  padding-left: 60px;
  padding-right: 60px;
}

#reset-password-popup-div {
  display: none; /* Initially hidden */
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%); /* Center the popup */
  width: 320px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
  z-index: 1001; /* Higher than the overlay */
  flex-direction: column;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 44px;
  padding-left: 60px;
  padding-right: 60px;
}


#change-password-popup-div {
  display: none; /* Initially hidden */
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%); /* Center the popup */
  width: 320px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
  z-index: 1001; /* Higher than the overlay */
  flex-direction: column;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 44px;
  padding-left: 60px;
  padding-right: 60px;
}

#end-free-trial-popup-div {
  display: none; /* Initially hidden */
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%); /* Center the popup */
  width: 600px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
  z-index: 1001; /* Higher than the overlay */
  flex-direction: column;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

#usage-based-payment-popup-div {
  display: none; /* Initially hidden */
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%); /* Center the popup */
  width: 700px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
  z-index: 1001; /* Higher than the overlay */
  flex-direction: column;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.non-bold-text {
  font-weight: 400;
}

.size-15-font {
  font-size: 15px;
}

.size-13-font {
  font-size: 13px;
}



#capture-onboarding-info-popup-div, #capture-unsubscribe-info-popup-div {
  display: none; /* Initially hidden */
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%); /* Center the popup */
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
  z-index: 1001; /* Higher than the overlay */
  flex-direction: column;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 54px;
  padding-left: 60px;
  padding-right: 60px;
}

#onboarding-radio-option-div, #unsubscribe-radio-option-div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

#onboarding-radio-option-div  span, #unsubscribe-radio-option-div  span {
  margin-left: 16px;
  margin-right: 6px;
}

#onboarding-radio-option-div  label, #unsubscribe-radio-option-div  label {
  margin-right: 6px;
}

#onboarding-radio-option-div  input[type="radio"], #unsubscribe-radio-option-div  input[type="radio"] {
  margin: 0px 3px 0px 0px;
  height: 13px;
  width: 13px;
}

#onboarding-radio-option-div > div:first-child, #unsubscribe-radio-option-div > div:first-child {
  display: flex;
  align-items: center;
}

#login-popup-div input[type="text"], #login-popup-div input[type="password"] {
  width: 80%;
  padding: 10px;
  margin: 6px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

#reset-password-popup-div input[type="text"], #change-password-popup-div input[type="password"] {
  width: 80%;
  padding: 10px;
  margin: 6px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

#login-button, #create-account-button, #submit-onboarding-info-button, #submit-unsubscribe-info-button,
#send-reset-password-link-button, #change-password-button {
  width: 80%;
  padding: 10px;
  margin: 6px 0;
  border: none;
  border-radius: 5px;
  background-color: #007bff;
  color: white;
  cursor: pointer;
  box-sizing: border-box;
}

#login-button:hover, #create-account-button:hover, #submit-onboarding-info-button:hover, #submit-unsubscribe-info-button:hover,
#send-reset-password-link-button:hover, #change-password-button:hover {
  background-color: #0056b3;
}

#login-button:disabled, #create-account-button:disabled, #send-reset-password-link-button:disabled,
#change-password-button:disabled {
  opacity: 0.6;
}

#submit-onboarding-info-button, #submit-unsubscribe-info-button {
  margin-top: 24px;
}

#capture-onboarding-popup-headline {
  text-align: center;
  margin-bottom: 30px;
}

#login-popup-headline {
  text-align: center;
  margin-bottom: 10px;
}

#reset-password-popup-headline, #change-password-popup-headline {
  text-align: center;
  margin-bottom: 10px;
}

#end-free-trial-popup-headline {
  text-align: center;
  margin-bottom: 30px;
}

#usage-based-payment-popup-headline {
  text-align: center;
  margin-bottom: 10px;
}

#reject-login-button {
  display: none;
  width: 80%;
  padding: 10px;
  margin: 6px 0;
  border: none;
  border-radius: 5px;
  background-color: #ff0000;
  color: white;
  cursor: pointer;
  box-sizing: border-box;
}

#reject-login-button:hover {
  background-color: #b30000;
}

.login-capture-subtext {
  font-size: 11.5px;
  text-align: center;
  margin-top: 4px;
}

.end-free-trial-popup-subtext, .usage-based-payment-popup-subtext {
  font-size: 14px;
  text-align: center;
  margin-top: 4px;
}

.upgrade-subscription-OR-text, .usage-based-payment-OR-text {
  font-size: 14px;
}

.login-capture-subtext  a  {
  color: black;
  text-decoration: underline;
}

#x-button-to-close-login-popup, #x-button-to-close-account-popup, #x-button-to-close-capture-payment-popup,
#x-button-to-close-reset-password-popup, #x-button-to-close-change-password-popup, #x-button-to-close-paddle-checkout-popup,
#x-button-to-close-unsubscribe-info-popup {
  position: absolute;
  top: 2px;
  right: 12px;
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
  color: #a4a4a4;
}

#x-button-to-close-login-popup:hover, #x-button-to-close-account-popup:hover, #x-button-to-close-capture-payment-popup:hover,
#x-button-to-close-reset-password-popup:hover, #x-button-to-close-change-password-popup:hover, #x-button-to-close-paddle-checkout-popup:hover,
#x-button-to-close-unsubscribe-info-popup:hover {
  color: rgb(0, 0, 0);
}

#login-popup-subtext {
  display: none;
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
}

.red-error-text {
  color: red;
}

.green-success-text {
  color: #24b724;
}

#account-popup-div {
  display: none; /* Initially hidden */
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%); /* Center the popup */
  width: 620px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
  z-index: 1001; /* Higher than the overlay */
  flex-direction: column;
  padding-top: 26px;
  padding-bottom: 54px;
  padding-left: 60px;
  padding-right: 60px;
}

.account-popup-headline {
  text-align: center;
  margin-bottom: 30px;
}

#user-account-info-div {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

#user-account-button-div {
  display: flex;
  justify-content: flex-end;
}

#user-email-address-text {
  margin-top: 0px;
  margin-bottom: 0px;
}

#user-total-number-of-created-products-text {
  margin-bottom: 0px;
  margin-top: 0px;
}

#upgrade-subscription-account-button, #manage-subscription-account-button {
 display: none;
}

#cancel-subscription-account-button {
  margin-top: 32px;
}

#log-user-out-button {
  margin-top: 20px;
}

#update-payment-method-account-button, #manage-subscription-account-button {
  margin-top: 10px;
}

#user-pricing-information {
  flex-direction: column;
  display: none;
}

#time-savings-subtext {
  font-size: 15px;
  margin-top: 8px;
}

.asterisk-subtext-1 {
  font-size: 16px;
}

#estimated-time-spent-per-product-number-input {
  width: 40px;
}

#loading-account-info-text {
  text-align: center;
}

#capture-payment-popup-div {
  display: none; /* Initially hidden */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Center the popup */
  width: 700px;
  background-color: #ddeefc;
  border-radius: 8px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
  z-index: 1001; /* Higher than the overlay */
  flex-direction: column;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 32px;
  padding-left: 60px;
  padding-right: 60px;
  max-height: 95vh;
  overflow-y: auto; /* Enables vertical scrolling when content exceeds max height */
}





/* Fullscreen Wrapper */
#paddle-checkout-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1001;
}

/* Scaled Popup */
#paddle-checkout-popup-div {
  position: relative; /* Needed for absolute child positioning */
  width: 100dvw;
  height: 100dvh;
  background-color: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: row;
  padding-top: 70px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  justify-content: center;
  gap: 30px;
  box-sizing: border-box;

  /* Scale down while keeping centered */
  transform: scale(0.90);
  transform-origin: center;
}

/* Left Column (Line Items) */
.paddle-checkout-line-items {
  width: 45%;
  height: 100%;
  overflow-y: auto;
}

/* Right Column (Checkout Container) */
.paddle-checkout-container {
  width: 55%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  /* Add subtle left border like Stripe */
  box-shadow: -6px 0 6px -6px rgba(0, 0, 0, 0.1); /* Only left shadow */
}

/* Paddle's Iframe */
#paddle-checkout-popup-div iframe {
  position: relative !important;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

/* Paddle's Inline Frame */
.paddle-frame-inline {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}


.line-items-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  font-family: Arial, sans-serif;
  color: #333;
}

.checkout-title {
  font-size: 19.2px;
  font-weight: bold;
  margin-bottom: 6px;
  color: #808080;
}

.checkout-subtitle {
  font-size: 28.8px;
  font-weight: bold;
  margin: 0;
}

.checkout-price {
  font-size: 16.8px;
  color: #555;
  margin: 0;
}

.checkout-items {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 16px;
}

.checkout-item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  padding: 10px;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.checkout-logo {
  width: 48px;
  height: auto;
  border-radius: 4px;
}

.item-details {
  flex-grow: 1;
}

.item-title {
  font-size: 16.8px;
  font-weight: bold;
  margin: 0;
}

.item-description {
  font-size: 13.5px;
  color: #666;
  margin: 4px 0 0;
  font-family: Lato, "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
}

.item-price {
  font-size: 16.8px;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  margin-left: 0px;
}

.item-price, .item-price-subtext {
  margin-top: 0px;
  margin-bottom: 0px;
}

.item-price-subtext {
  color: gray;
}

.item-price-div {
  display: flex;
  flex-direction: column;
}

.checkout-summary {
  margin-top: 16px;
  border-top: 1px solid #ddd;
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.checkout-summary p {
  display: flex;
  justify-content: space-between;
  font-size: 16.8px;
  margin: 0;
}

.checkout-summary span {
  color: #333;
}

.checkout-summary-2 {
  margin-top: 0px;
  border-top: 1px solid #ddd;
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.checkout-summary-2 p {
  display: flex;
  justify-content: space-between;
  font-size: 16.8px;
  margin: 0;
}

.checkout-summary-2 span {
  color: #333;
}

.total-today-text {
  font-weight: bold;
}

.subtotal-text, .taxes-text, .total-after-trial-text {
  font-weight: normal;
}

.green-checkmark-span {
  color: rgb(0, 190, 0);
}

#capture-payment-popup-CTA-button-green, #upgrade-subscription-button, #approve-usage-based-payment-button {
  padding: 10px 20px;
  margin: 6px 0;
  border: none;
  border-radius: 5px;
  background-color: #00af03;
  color: white;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #3b3b3b;
  border-bottom: 2px solid #4c4c4c;
  border-right: 2px solid #4c4c4c;
  box-shadow: 2px 2px 2px #ccc;
  font-weight: bold;
}

#capture-payment-popup-CTA-button-green:hover, #upgrade-subscription-button:hover, #approve-usage-based-payment-button:hover {
  background-color: #00c103;
}

#upgrade-subscription-button:disabled {
  opacity: 0.6;
}

#capture-payment-popup-CTA-button-green:disabled {
  opacity: 0.6;
}

#capture-payment-popup-CTA-button-red, #decline-upgrade-subscription-button, #decline-usage-based-payment-button {
  padding: 10px 20px;
  margin: 6px 0;
  border: none;
  border-radius: 5px;
  background-color: #db0000;
  color: white;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #3b3b3b;
  border-bottom: 2px solid #4c4c4c;
  border-right: 2px solid #4c4c4c;
  box-shadow: 2px 2px 2px #ccc;
  font-weight: bold;
}

#capture-payment-popup-CTA-button-red:hover, #decline-upgrade-subscription-button:hover, #decline-usage-based-payment-button:hover {
  background-color: #f70000;
}

#capture-payment-popup-value-proposition-div-1, #capture-payment-popup-value-proposition-div-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #3b3b3b;
  box-shadow: 2px 2px 2px #ccc;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 11px;
  padding-top: 7px;
}

#capture-payment-popup-value-proposition-div-2 {
  display: none;
}

#capture-payment-popup-headline {
  margin-bottom: 4px;
  margin-top: 0px;
  font-size: 19px;
  font-weight: bold;
}

.capture-payment-popup-light-gray-border {
  border-bottom: 1px solid #b3b2b2;
  border-top: 0px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

#capture-payment-popup-headline-subtext {
  margin-top: 5px;
  font-size: 16px;
}

#capture-payment-popup-CTA-button-div {
  display: flex;
  flex-direction: row;
  margin-top: 12px;
  margin-bottom: 4px;
  gap: 18px;
}

#capture-payment-popup-info-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0px;
  font-size: 15px;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #b5b4b4;
  border-bottom: 2px solid #959595;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 9px;
  padding-top: 6px;
  display: none;
}

.capture-payment-popup-support-email-text {
  color: black;
}

#capture-payment-popup-green-CTA-div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thin-right-arrow {
  font-family: arial;
}

.red-heavy-X-emoji {
  color: red;
  font-weight: bold;
}

#capture-payment-popup-headline-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0px;
  background-color: white;
  border: 1px solid #3b3b3b;
  box-shadow: 2px 2px 2px #ccc;
  padding-left: 26px;
  padding-right: 26px;
  padding-bottom: 10px;
  padding-top: 9px;
  margin-top: 14px;
  border-radius: 8px;
}

.capture-payment-popup-down-arrow {
  margin-top: 8px;
  margin-bottom: 12px;
  color: #8d8d8d;
  display: none;
}

#capture-payment-popup-customer-support-text, #capture-payment-popup-other-product-text {
  font-size: 14px;
}

#capture-payment-popup-customer-support-text {
  margin-top: 6px;
}

#process-payment-popup-div {
  display: none; /* Initially hidden */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Center the popup */
  width: 700px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
  z-index: 1001; /* Higher than the overlay */
  flex-direction: column;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 32px;
  padding-left: 60px;
  padding-right: 60px;
  max-height: 85vh;
}

.credit-card-widget-wrapper {
  transform: scale(0.8);
  transform-origin: top;
}

.process-payment-subtext {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 500;
  color: #1a3b5d;
  width: 100%;
  display: block;
  user-select: none;
  text-align: center;
  margin-top: 10px;
}

.disabled-operation-setup-element {
  opacity: 0.5;
  pointer-events: none;
}

#money-back-guarantee-div {
  display: flex;
  justify-content: center;
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 15px;
}

#refund-terms-text {
  font-size: 14px;
}

#ToS-checkbox-holder-div {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.privacy-policy-and-ToS-span-text {
  font-size: 13px;
}

#ToS-checkbox-holder-div a {
  color: #0063fe;
}

#save-operation-div {
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
  margin-top: 18px;
  background-color: #f9f9f9;
  padding: 14px 26px;
  border-radius: 3px;
  border: 1px solid #b5b4b4;
  border-bottom: 2px solid #959595;
  /* box-shadow: 2px 2px 2px #ccc; */
}

#save-operation-name-textbox {
  width: 200px;
  margin-right: 8px;
  text-align: center;
}

#save-operation-button:disabled, #load-selected-operation-button:disabled {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
  opacity: 0.6;
}

#saved-operations-div {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #f9f9f9;
  padding: 14px 26px;
  border-radius: 3px;
  border: 1px solid #b5b4b4;
  border-bottom: 2px solid #959595;
  /* box-shadow: 2px 2px 2px #ccc; */
  margin-top: 20px;
  margin-bottom: 50px;
}

#load-selected-operation-button {
  margin-left: 10px;
}

.x-button-to-delete-saved-operation-from-dropdown, .x-button-to-delete-saved-store-ID-from-dropdown,
.x-button-to-delete-saved-example-product-from-dropdown {
  cursor: pointer;
  font-weight: bold;
  color: #a4a4a4;
  font-size: 20px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  bottom: 2px;
}

.x-button-to-delete-saved-operation-from-dropdown:hover, .x-button-to-delete-saved-store-ID-from-dropdown:hover,
.x-button-to-delete-saved-example-product-from-dropdown:hover {
  color: rgb(0, 0, 0);
}

#forgot-password-text {
  cursor: pointer;
  font-weight: 600;
  margin-top: 0px;
  font-size: 13px;
  text-decoration: underline;
  color: #006ce1;
}

#forgot-email-address-text {
  cursor: pointer;
  font-weight: 600;
  margin-top: 28px;
  font-size: 13px;
  text-decoration: underline;
  color: #006ce1;
}

#toggle-text-product-title-left, #toggle-text-product-title-right,
#toggle-text-product-description-left, #toggle-text-product-description-right,
#toggle-text-product-tags-left, #toggle-text-product-tags-right {
  cursor: pointer;
}

.vsc-initialize {
  background: transparent !important;
}

