html {
  font-size: 12px; /* smaller base size */
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}

.logo img {
  max-width: 50px;
  max-height: 50px;
  padding: 0;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  display: inline;
  margin-right: 20px;
}

.menu li:last-child {
  margin-right: 0;
}

.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 100%; /* Position dropdown relative to parent */
  right: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content.show {
  display: block;
}

.dropdown-content a {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  color: black;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #333;
  color: white;
  text-align: center;
  line-height: 50px; /* Vertically center content */
}

a {
  text-decoration: none;
}
body {
  margin-right: 0;
  margin-left: 0;
  background-color: #f4f5f6;
}

.dropdown {
  display: none;
}

a[href^="mailto:"] {
  color: inherit; /* Set the color to inherit from the parent */
  text-decoration: none; /* Optionally remove underline */
}

@media screen and (max-width: 768px) {
  .menu {
    display: none;
  }

  .dropdown {
    display: block;
    position: relative; /* Adjust position */
  }

  .dropdown-content {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .dropdown-content a {
    display: block;
    padding: 12px 16px;
    text-decoration: none;
    color: black;
  }

  .dropdown-content a:hover {
    background-color: #f1f1f1;
  }
}

.index-container {
  width: 80%;
  display: flex;
  justify-content: center;
  margin: auto;
  flex-wrap: wrap;
  margin-top: 90px;
}
.index-welcome-message {
  width: 80%;
  display: flex;
  justify-content: center;
  margin: 80px auto;
}

.index-child-container {
  width: 15%;
  padding: 20px;
  border: 1px solid #ccc;
  text-align: center;
  border-radius: 5px;
  margin: auto;
}

.index-child-container a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
}

.index-child-container img {
  width: 20%;
  height: 30%;
  display: block;
  margin: 0 auto 10px;
  padding: 20px;
}

.index-header {
  text-align: center;
}
.index-header img {
  width: 30px; /* Set the desired width */
  height: 30px; /* Set the desired height */
  vertical-align: middle; /* Align the logo vertically with the text */
}

.content-wrapper {
  width: 100%;
  position: relative;
  margin: 0px;
  font-family: verdana;
}

.index-welcome-message {
  font-family: verdana;
}

@media screen and (max-width: 768px) {
  .index-child-container {
    width: 40%;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 12px;
  }

  .index-child-container a {
    font-size: 12px;
  }

  #index-ck {
    font-size: 12px;
  }

  .index-header {
    text-align: center;
  }
  .index-header2 {
    text-align: center;
  }
}

#loading-spinner {
  display: none; /* Hide the spinner initially */
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
  margin-top: 20px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#combine-h1 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 18px;
}

.content-header {
  text-align: center;
  font-size: 24px; /* Adjust font size as needed */
  font-weight: bold; /* Adjust font weight as needed */
  margin-bottom: 20px; /* Adjust margin bottom as needed */
}

.content-header-line {
  display: block;
}

.combiner-box {
  height: 200px;
  width: 100%;
  display: flex;
  justify-content: center;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.combiner-label-head {
  display: flex;
  justify-content: center;
  background-color: #3c486b;
  color: #f0f0f0;
  border: 1px solid black;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-top: 10px;
  padding: 2px;
  border-bottom: none;
}

.combiner-text-container {
  width: calc(33.33% - 20px);
  margin: 0 15px;
  border-radius: 0;
}
.combiner-parent-container {
  width: 70%;
  margin: 20px auto;
  font-family: sans-serif;
  padding-bottom: 60px;
  background-color: #f4f5f6;
  color: black;
}
.combiner-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.combiner-inner-seperator {
  margin-top: 40px;
  margin-bottom: 0;
}

.combiner-inner-merge {
  margin-top: 40px;
  margin-bottom: 0;
}

.combiner-separator-selector {
  display: flex;
  justify-content: center;
}

.combiner-merge-selector {
  display: flex;
  justify-content: center;
}

.combiner-custom-separator-input {
  display: flex;
  justify-content: center;
}
#combiner-custom-separator-container {
  display: none;
}
#combiner-custom-separator {
  width: 10%;
  height: auto;
  margin: auto 10px;
}
.combiner-outer-separator {
  margin: auto;
  width: 50%;
}
#combiner-separator {
  width: 50%;
  border: 1px solid black;
  border-radius: 6px;
}

#combiner-merge-action {
  width: 50%;
  border: 1px solid black;
  border-radius: 6px;
}

.combiner-outer-merge {
  margin: auto;
  width: 50%;
}

#combiner-separator2 {
  width: 50%;
  border: 1px solid black;
  border-radius: 6px;
}
.combiner-each-section {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  border-top: 1px solid #000;
  padding: 5px;
}
#combiner-select-section {
  border-bottom: 1px solid #000;
}
.combiner-next2-container {
  display: flex;
  justify-content: center;
}
.combiner-next-container > * {
  flex: none;
}
.combiner-merge-section {
  margin: 20px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.combiner-merge-section-2 {
  margin: 20px;
  display: flex;
  justify-content: space-around;
}
#combiner-Download {
  margin-right: 0;
}
#combiner-Download,
#combiner-Copy {
  height: auto;
  padding: 10px;
}
#combiner-autofill {
  background-color: #e0e5e5;
  border-radius: 10px;
  border: 1px solid black;
  cursor: pointer;
  padding: 10px;
}
#combiner-merge-button {
  width: 80%;
  height: auto;
  padding: 10px;
  background-color: #3c486b;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  color: #f0f0f0;
}
#combiner-cartesian {
  width: 40%;
  height: auto;
  padding: 10px;
  margin-right: 10px;
  background-color: #e0e5e5;
  border-radius: 10px;
  border: none;
  cursor: pointer;
}
#combiner-pairwise {
  width: 36%;
  height: auto;
  padding: 10px;
  margin-left: 10px;
  background-color: #e0e5e5;
  border-radius: 10px;
  border: none;
  cursor: pointer;
}
#combiner-Download {
  width: 45%;
  background-color: #3c486b;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  color: #f0f0f0;
}
#combiner-Copy {
  width: 45%;
  background-color: #f0f0f0;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  border: 2px solid #3c486b;
}
#combiner-test1,
#combiner-test2,
#combiner-test3,
#combiner-autofill {
  justify-content: center;
}
#combiner-test2 button {
  margin-right: 10px;
}
.combiner-outside-autofill {
  display: flex;
}
#combiner-autofill {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
.combiner-below-text-container {
  display: flex;
  justify-content: space-between;
}
.combiner-clabel {
  font-size: 12px;
}

#combiner-opAutofill {
  height: auto;
  color: black;
}
.combiner-input-type {
  width: 50%;
}
.combiner-result-section {
  margin: 10px;
}
.combiner-result-box {
  display: flex;
  justify-content: center;
}
#combiner-result_data {
  width: 80%;
  justify-content: center;
}
.combiner-result-button {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 10px auto;
}
.combiner-alabel {
  margin-right: 10px;
}
.combine-result-count {
  width: 90%;
  display: flex;
  justify-content: flex-end;
}

#combiner-clearBtn-B,
#combiner-clearBtn-A,
#combiner-clearBtn-C {
  cursor: pointer;
  padding: 6px;
  font-size: 12px;
  border-radius: 5px;
}

#combiner-copyBtn-A,
#combiner-copyBtn-B,
#combiner-copyBtn-C {
  cursor: pointer;
  padding: 6px;
  font-size: 12px;
  border-radius: 5px;
}

.combiner-hover {
  position: relative;
  display: inline-block;
}

#combiner-copyBtn-A,
#combiner-copyBtn-B,
#combiner-copyBtn-C {
  display: none;
}

.combine-tool-guide {
  width: calc(100% - 40px);
  text-align: left;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: white;
  font-size: 18px;
  color: black;
  margin-top: 80px;
}

.combine-tool-guide h2 {
  margin-top: 0;
  color: black;
  text-align: center;
}

.combine-tool-guide h3 {
  color: black;
  margin-top: 20px;
}

.combine-tool-guide ol,
.combine-tool-guide ul {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  color: black;
  line-height: 26px;
}

.combine-tool-guide li {
  margin-bottom: 10px;
}

.combiner-cBtn,
#combiner-autofill,
#combiner-separator,
#combiner-merge-action {
  color: black;
}

.combiner-check-availability {
  margin: 20px;
  margin-top: 10px;
  display: none;
  justify-content: center;
  flex-direction: column; /* Stack items vertically */
  align-items: center;
}

.combiner-domain-table {
  margin: 20px;
  margin-top: 20px;
}

#domain-check-limit-notice {
  color: #ff0000;
  font-size: 14px;
  text-align: center; /* Center the text */
}
#combiner-checkDomainsBtn {
  width: 80%;
  height: auto;
  padding: 10px;
  background-color: #3c486b;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  color: #f0f0f0;
}

@media (max-width: 768px) {
  .combiner-parent-container {
    width: 90%;
  }
  .combiner-separator-selector {
    width: 100%;
  }
  .combiner-container {
    flex-direction: column;
  }
  .combiner-text-container {
    width: calc(100% - 20px);
    box-sizing: border-box;
  }

  .combiner-label-head {
    width: calc(100% - 8px);
    box-sizing: border-box;
    /*padding:4px 12px*/
  }

  .combiner-box {
    width: calc(100% - 8px);
    box-sizing: border-box;
  }

  #combiner-result_data {
    width: calc(100% - 20px);
    padding: 0;
  }
  .combine-result-count {
    width: calc(100% - 20px);
  }

  #combiner-merge-button {
    width: calc(100% - 20px);
  }

  #combiner-checkDomainsBtn {
    width: calc(100% - 20px);
  }

  #combiner-cartesian,
  #combiner-pairwise {
    width: 45%;
  }
  #combiner-separator {
    width: 100%;
    border: 1px solid black;
    border-radius: 5px;
  }
  #combiner-merge-action {
    width: 100%;
    border: 1px solid black;
    border-radius: 5px;
  }

  .combiner-result-button {
    width: calc(100% - 20px);
  }
  #combiner-Copy,
  #combiner-Download {
    width: 48%;
    color: #f0f0f0;
  }
  #combiner-Copy {
    color: #3c486b;
  }

  .combiner-inner-merge {
    margin-top: 20px;
    margin-bottom: 0;
  }

  #combiner-copyBtn-A,
  #combiner-copyBtn-B,
  #combiner-copyBtn-C {
    display: flex;
  }

  .combiner-below-text-container {
    width: calc(100% - 8px);
  }
}

.compare-data-parent-container {
  width: 70%;
  margin: 30px auto;
  font-size: 14px;
  font-family: arial, sans-serif;
  background-color: #f4f5f6;
  margin-top: 0;
  font-size: 12px;
}

#compare_h1 {
  text-align: center;
  margin-bottom: 50px;
}

.compare-data-first-con {
  display: flex;
  justify-content: space-between;
}

.compare-data-textarea-container {
  width: 45%;
  margin-right: 0;
}
.compare-data-flabel {
  display: flex;
  background-color: #3c486b;
  border: 2px solid #3c486b;
  justify-content: center;
  width: calc(100% - 14px);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: none;
  padding-top: 8px;
}

.compare-data-fselect {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 5px;
}
.compare-data-dataSource {
  border-radius: 5px;
  padding: 3px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f0f0f0;
  color: #3c486b;
}

.compare-data-responsive-textarea {
  width: calc(100% - 11px);
  height: 180px;
  resize: vertical;
  padding: 10px;
  box-sizing: border-box;
  border: 2px solid #3c486b;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}

.compare-data-compareBtn {
  display: flex;
  justify-content: center;
}
.compare-data-o-compareBtn {
  margin-bottom: 50px;
}
.compare-data-compareBttn {
  width: 100%;
  height: 40px;
  background-color: #3c486b;
  cursor: pointer;
  color: white;
  border: none;
  border-radius: 20px;
}
.compare-data-result-box {
  width: calc((100% - 10px) / 3);
  margin: 20px auto;
}
.compare-data-result-container {
  display: flex;
}
.compare-data-button-input {
  display: block;
}
.compare-data-o-caseSensitive {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
.compare-label-result {
  display: flex;
  background-color: #3c486b;
  border: 2px solid #3c486b;
  padding: 2px;
  width: calc(100% - 18px);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: none;
  justify-content: center;
  color: #f5f5f5;
}
.compare-text-result {
  width: calc(100% - 10px);
  height: 150px;
  border: 2px solid #3c486b;
  box-sizing: border-box;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.compare-data-item-count-container {
  width: calc(100% - 10px);
  display: flex;
  justify-content: flex-end;
}

.compare-result-item-count-container {
  width: calc(100% - 10px);
  display: flex;
  justify-content: space-between;
}

.compare-data-svg-image img {
  width: 10px;
  height: auto;
  cursor: pointer;
}
.compare-data-svg-image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 30px;
  height: auto;
}
.compare-data-file-input {
  width: 100%;
  margin: 0;
  margin-right: 0;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.compare-data-item-count {
  font-size: 10px;
}
.compare-itemCount1 {
  display: flex;
  justify-content: flex-end;
}
.compare-data-labelT {
  margin-right: 8px;
  margin-top: 5px;
}

.compare-result-button {
  font-size: 10px;
  height: 23px;
}

.compare-tool-guide {
  width: calc(100% - 40px);
  text-align: left;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: white;
  font-size: 12px;
  color: black;
}

.compare-tool-guide h2 {
  margin-top: 0;
  color: black;
  text-align: center;
}

.compare-tool-guide h3 {
  color: #3c486b;
  margin-top: 20px;
}

.compare-tool-guide ol,
.compare-tool-guide ul {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  color: black;
  line-height: 26px;
}

li::marker {
  color: #0c359e;
  font-weight: strong;
}

.compare-tool-guide li {
  margin-bottom: 10px;
  color: black;
}

#compare-data-text1Count,
#compare-data-text2Count {
  font-size: 14px;
}

/* For smaller screens, make the textareas stack vertically and take full width */
@media screen and (max-width: 768px) {
  .compare-data-parent-container {
    width: calc(95% - 20px);
  }
  .compare-data-first-con {
    flex-direction: column;
    align-items: center;
  }

  .compare-data-textarea-container {
    width: 100%;
    margin-bottom: 40px;
  }
  .compare-data-item-count-container {
    width: calc(100% - 10px);
    display: flex;
    justify-content: space-between;
  }
  .compare-data-result-container {
    flex-direction: column;
    align-items: center;
  }
  .compare-data-result-box {
    width: calc(100% - 10px);
    margin-bottom: 20px;
  }

  .compare-data-o-caseSensitive {
    margin-top: 40px;
  }

  .compare-tool-guide {
    font-size: 16px;
  }

  /*  .compare-tool-guide li  {
        color: #3C486B;
    }*/

  .compare-tool-guide h3 {
    text-align: center;
  }

  #compare-data-onlyInACount,
  #compare-data-onlyInBCount,
  #compare-data-onlyInBothCount {
    font-size: 18px;
  }
}

.split-parent-container {
  width: 70%;
  margin: 50px auto;
  font-family: sans-serif;
  font-size: 0.8em;
}

.split-container {
  display: flex;
  justify-content: center;
  /*width: 100%;*/
}

.split-inner-container {
  width: 100%;
}

.split-responsive-textarea {
  width: calc(100% - 10px);
  height: 200px;
  resize: vertical;
  padding: 5px;
  padding-top: 0;
  box-sizing: border-box;
  border: 2px solid #3c486b;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#split-select {
  padding: 2px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #f0f0f0;
  color: #3c486b;
}

.split-item-count-container {
  width: calc(100% - 10px);
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
}

.split-item-count {
  display: flex; /* Use flexbox for the label */
  align-items: center; /* Align items vertically */
  margin-bottom: 20px;
}

#split-item-line-count {
  margin-right: auto; /* Move the label to the far end */
}

.split-file-input {
  flex: 1; /* Let the file input grow to fill the available space */
  margin-bottom: 10px;
}

#split-item-line-count {
  padding-right: 5px; /* Adjust the value as needed */
}

#split-checkbox-header {
  margin-left: 50px;
}

.split-seperator {
  width: calc(100% - 30px);
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
  justify-content: center;
}

#split-files-heading {
  text-align: center;
  margin-bottom: 50px;
}

.split-checkbox-input {
  margin-left: 10px;
}

.split-dropdown-wrapper {
  width: calc(100% - 24px);
  display: flex;
  justify-content: center;
  border: 2px solid #3c486b;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 5px;
  border-bottom: none;
  background-color: #3c486b;
}

#split-sBtn {
  background-color: #3c486b;
  padding: 20px 30px;
  border-radius: 5px;
  margin-right: 10px;
  cursor: pointer;
  border: 2px solid #3c486b;
  color: #f0f0f0;
  height: 50px;
  width: 100px;
}

#split-rBtn {
  background-color: #f45050;
  padding: 20px 30px;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid #f45050;
  color: black;
  height: 50px;
  width: 100px;
}

.split-abtn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.split-option {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.split-labelA {
  margin-right: 20px;
}

#split-maxKbPerFile {
  margin-left: 10px;
}

.split-tool-guide {
  width: calc(100% - 40px);
  text-align: left;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: white;
  font-size: 18px;
  color: black;
  margin-top: 80px;
}

.split-tool-guide h2 {
  margin-top: 0;
  color: black;
  text-align: center;
}

.split-tool-guide h3 {
  color: #3c486b;
  margin-top: 20px;
}

.split-tool-guide ol,
.split-tool-guide ul {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  color: black;
  line-height: 26px;
}

.split-tool-guide li {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .split-parent-container {
    width: calc(95% - 10px);
  }

  .split-split-options .split-option {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .split-split-options .split-option label {
    width: 100%;
  }

  .split-split-options .split-option input[type="number"] {
    margin-top: 5px;
    width: 100%; /* Make the input fill the width */
  }
  #split-maxKbPerFile {
    margin-left: 0px;
  }

  .split-tool-guide h3 {
    text-align: center;
  }
}

.tweak-parent-container {
  width: 70%;
  margin: auto;
  background-color: #f4f5f6;
  padding-bottom: 60px;
}

.tweak-button-section {
  width: calc(100%-10px);
  margin: auto;
}
#tweak-dataSourceA {
  border-radius: 5px;
  margin-bottom: 10px;
  background-color: #f0f0f0;
  color: #3c486b;
  padding: 5px 10px;
}
#tweak-textbox1 {
  width: calc(100% - 10px);
  height: 150px;
  border: 2px solid #3c486b;
}

#tweakColumnSelect {
  border-radius: 10px;
}

.tweak-texbox1-input {
  display: flex;
  justify-content: center;
}

.tweak-dropdown-wrapper {
  width: calc(100% - 6px);
  display: flex;
  justify-content: center;
  border: 2px solid #3c486b;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom: none;
  margin: auto;
  background-color: #3c486b;
}
.tweak-button-container {
  width: calc(100%-10px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.tweak-item-count-container {
  width: calc(100% - 10px);
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 20px;
}

.tweak-ibtn {
  width: calc(35% - 10px);
  margin-bottom: 20px;
  height: 40px;
  border-radius: 20px;
  background-color: #3c486b;
  color: #f0f0f0;
  border: none;
}

.tweak-ibtn-cd {
  width: calc(100%-10px);
  display: flex;
  margin-bottom: 20px;
  height: 40px;
  border-radius: 20px;
  background-color: #3c486b;
  color: #f0f0f0;
  border: none;
}

.tweak-ibtn-clear {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  border: none;
}
.tweak-btn-clear {
  width: 86%;
  margin-bottom: 10px;
  height: 40px;
  border: none;
  color: #f45050;
  background-color: #f0f0f0;
  border: 1px solid #3c486b;
  font-size: 16px;
  font-weight: bold;
  border-radius: 20px;
}
.tweak-ibtn-s {
  width: calc(35% - 10px);
  margin-bottom: 20px;
  height: 40px;
  border-radius: 20px;
  background-color: #3c486b;
  border: none;
  color: #f0f0f0;
}
.tweak-remove-options {
  display: flex;
  align-items: center;
  width: calc(86% - 10px);
  margin-bottom: 10px;
  margin-top: 10px;
  border: 1px solid black;
  justify-content: flex-start;
}

.tweak-remove-options2 {
  display: flex;
  align-items: center;
  width: calc(86% - 10px);
  margin-bottom: 40px;
  margin-top: 10px;
  justify-content: space-between;
}

.tweak-round {
  border: 1px solid #3c486b;
  border-radius: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  background-color: #f0f0f0;
}

.tweak-round button {
  padding: 10px;
  border-radius: 20px;
}

.tweak-round input[type="text"] {
  padding: 5px;
}

#tweak-remove-input-12 {
  width: calc(30%-10px);
  margin-right: 10px;
  border-radius: 10px;
  border: none;
}

.tweak-remove-url {
  background-color: #3c486b;
  color: #f0f0f0;
  padding: 10px;
}

#tweak-remove-input-13 {
  width: calc(30% -10px);
  margin-right: 10px;
  border-radius: 10px;
  border: none;
}

#tweak-btn-copy {
  background-color: #f0f0f0;
  border: 1px solid #3c486b;
  font-weight: bold;
  width: 86%;
  color: black;
  font-size: 16px;
  border-radius: 20px;
}
#tweak-btn-dwn {
  background-color: #3c486b;
  border: none;
  font-weight: bold;
  width: 86%;
  color: #f0f0f0;
  font-size: 16px;
  border-radius: 20px;
}

#tweak-btn-copy img {
  width: 20px; /* Adjust image size as needed */
  height: 20px; /* Adjust image size as needed */
}

#cleanUrl-h1 {
  text-align: center;
  margin-bottom: 50px;
}

.cleanUrl-tool-guide {
  width: calc(100% - 40px);
  text-align: left;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: white;
  font-size: 18px;
  color: black;
}

.cleanUrl-tool-guide h2 {
  margin-top: 0;
  color: black;
  text-align: center;
}

.cleanUrl-tool-guide h3 {
  color: #3c486b;
  margin-top: 20px;
}

.cleanUrl-tool-guide ol,
.cleanUrl-tool-guide ul {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  color: black;
  line-height: 26px;
}

.cleanUrl-tool-guide li {
  margin-bottom: 10px;
}

.cleanUrl-tool-guide li::marker {
  color: #0c359e;
  font-weight: strong;
}

@media only screen and (max-width: 768px) {
  .tweak-item-count-container {
    width: calc(100% - 10px);
  }

  .tweak-parent-container {
    width: 90%;
  }

  #tweak-textbox1 {
    width: calc(100% - 10px);
    border: 1px solid #3c486b;
  }

  .tweak-btn-clear {
    width: calc(100% - 10px);
    border-radius: 20px;
  }

  .tweak-ibtn {
    width: 47%;
    font-size: 10px;
  }
  .tweak-ibtn-s {
    width: 47%;
    font-size: 10px;
  }
  #tweak-btn-copy,
  #tweak-btn-dwn {
    width: 100%;
    border-radius: 20px;
  }
  #tweak-item-count-label {
    display: none;
  }

  .tweak-remove-options2 {
    display: flex;
    flex-direction: column; /* Stack items vertically */
    width: 100%;
  }

  .tweak-round {
    width: calc(100% - 60px);
    margin-bottom: 20px;
    border: none;
    display: flex;
    justify-content: center;
  }

  .tweak-remove-url {
    padding: 20px;
  }

  .tweak-round input[type="text"] {
    padding: 10px;
  }

  .tweak-round button {
    padding: 10px 15px;
    margin-right: 0;
  }

  .cleanUrl-tool-guide {
    font-size: 16px;
  }

  .tweak-remove-url {
    font-size: 10px;
  }

  #tweak-remove-input-12 {
    width: 30%;
    margin-right: 10px;
    border-radius: 10px;
    border: none;
  }

  #tweak-remove-input-13 {
    width: 30%;
    margin-right: 10px;
    border-radius: 10px;
    border: none;
  }
}
