.home-container {
  align-items: center;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}

.heading-tab {
  display: flex;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 4px 4px 0px #00000040;
  margin-bottom: 2rem;
  font-size: 26px;
  font-weight: 700;
  color: #067577;
  padding: 15px;
  width: 95%;
  max-width: 95%;
  justify-content: center;
  margin-top: 2.5rem;
  margin-bottom: 0rem;
}

.home-container h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #067577;
  margin: 2rem;
  text-align: center;
}

.default-tab {
  padding: 30px;
}
.pt-4 {
  padding: 15px;
}
.nav-link {
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}
.default-tab .nav-link {
  background: transparent;
  border-radius: 0rem;
  font-weight: bold;
  line-height: 26px;
  width: 335px;
}
.default-tab .nav-link i {
  display: inline-block;
  transform: scale(1.5);
  color: var(--primary);
}
.default-tab .nav-link:focus,
.default-tab .nav-link:hover,
.default-tab .nav-link.active {
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff #ebeef6;
  border-radius: 10px 10px 0 0;
  color: var(--primary);
  background: #1d9097;
  color: #ffffff;
}
[data-theme-version="dark"] .default-tab .nav-link:focus,
[data-theme-version="dark"] .default-tab .nav-link:hover,
[data-theme-version="dark"] .default-tab .nav-link.active {
  background-color: var(--rgba-primary-1);
  border-color: transparent transparent #2b2b2b transparent;
}
.nav-link {
  color: #044c4e;
}

.myCampaignTable {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.myCampaignTable th,
.myCampaignTable td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}

.myCampaignTable th {
  color: #0f395c;
  font-size: 18px;
}

.myCampaignTable td {
  color: #333;
}

.actions {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px 8px 42px;
  border: none;
  border-radius: 50px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.button i {
  position: absolute;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: white;
  border-radius: 50%;
  font-size: 16px;
}

.load {
  background: linear-gradient(180deg, #00934f 0%, rgba(0, 147, 79, 0.3) 100%);
  border: 2px solid;
}

.load i {
  color: #059669;
}

.recreate {
  background: linear-gradient(180deg, #0079ff 0%, rgba(0, 121, 255, 0.3) 100%);
  border: 2px solid;
}

.recreate i {
  color: #3b82f6;
}

.remove {
  background: linear-gradient(180deg, #e74a3b 0%, rgba(231, 74, 59, 0.3) 100%);
  border: 2px solid;
}

.remove i {
  color: #ef4444;
}

.selection-container {
  padding: 40px 60px 40px 60px;
  gap: 1.3rem;
  border-radius: 10px;
  background: #eef6fc;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 640px;
}

.ad-date {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0;
}

.header {
  font-size: 20px;
  font-weight: 700;
  color: #044c4e;
  margin-bottom: 5px;
}

.input-group-text {
  background: #067577;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 23.44px;
  width: 165px;
}

.submit-button {
  max-width: max-content;
  margin: auto;
  padding: 8px 20px;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  transition: background 0.3s ease, transform 0.2s ease;
  background: linear-gradient(270deg, #1d9097 0%, rgba(9, 47, 49, 0.8) 100%);
  border-color: unset;
  text-decoration: none;
}

.submit-button:hover {
  background: linear-gradient(270deg, #1d9097 0%, rgba(9, 47, 49, 1) 100%);
  transform: scale(1.05);
}

.card {
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  position: relative;
  border: 0rem solid transparent;
  box-shadow: 0px 4px 4px 0px #00000040;
  height: calc(100% - 30px);
  width: 1220px;
  margin-top: 50px;
  text-align: center;
  padding: 40px 30px 80px 30px;
  gap: 60px;
  border-radius: 10px;
}

.container {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.container img {
  position: relative;
  bottom: 3px;
  width: 28px;
  height: 28px;
  padding: 2.63px 3.61px 2.61px 3.61px;
}

.header h1 {
  font-size: 26px;
  text-align: center;
  color: #004d61;
  box-shadow: 0px 4px 4px 0px #00000040;
  background: #eef6fc;
  padding: 10px;
  max-width: 60%;
  margin: auto;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 3rem;
  border-radius: 10px;
}

.campaign {
  text-align: center;
  margin-bottom: 20px;
}

.campaign p {
  color: #1d9097;
  font-size: 20px;
  font-weight: 700;
  line-height: 26.04px;
}

.campaign-name {
  color: #00a3a7;
  font-weight: bold;
}

.no-location {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  text-align: center;
  color: #0f395c;
}

.form-container {
  text-align: center;
  margin: 0 2rem;
}

.form-container h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  color: #0f395c;
}

.address-form,
.zip-form {
  display: flex;
  gap: 10px;
  justify-content: space-evenly;
  margin-bottom: 20px;
}

.address-section {
  background: #eef6fc;
  padding: 30px 20px 30px 20px;
  margin: 20px auto;
  border-radius: 10px;
}

.address-form input,
.zip-form input {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: auto;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 23.44px;
  color: #1a629e;
  border-radius: 5px;
  box-shadow: 0px 2px 4px 0px #0000001a inset;
}

.or-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
}

.or-divider .line {
  flex-grow: 1;
  height: 1px;
  max-width: 40%;
  border: 1px solid #b1eaea;
}

.or-divider .or-text {
  color: #067577;
  white-space: nowrap;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.show-location-btn {
  font-weight: 700;
  line-height: 30px;
  padding: 10px 20px;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 20px;
  cursor: pointer;
  float: right;
  background: linear-gradient(270deg, #1d9097 0%, rgba(9, 47, 49, 0.8) 100%);
}

.show-location-btn:hover {
  background-color: #006d7c;
}

/* Align the back button text to the left */
.back-btn {
  margin-top: 2rem;
  width: 100%;
  text-align: left;
  max-width: 500px;
}

.back-btn a {
  text-decoration: none; /* Remove underline */
  color: #004d66; /* Choose a color for the back button */
  font-size: 16px; /* Set the font size */
  display: inline-flex; /* To align the icon and text properly */
  align-items: center;
}

.back-btn a::before {
  content: "<"; /* Add the "<" symbol before the text */
  font-size: 20px; /* Size of the symbol */
  margin-right: 8px; /* Add some space between the "<" and the text */
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  display: none;
}

.overlay-text {
  color: white;
}

.loader-icon {
  font-size: 2em;
  vertical-align: middle;
  margin-right: 0.5em;
}
