/* Registered Agent Pages Styles */

/* Common Subtitle Styles */
.raagcc-red-subtitle {
  font-size: 16px;
  font-weight: 700;
  color: #e94235;
  margin-bottom: 10px;
  text-transform: uppercase;
  display: block;
}

/* Membership Benefits Styles */
.gcc-title {
  font-size: 48px;
  font-weight: 700;
}

.gcc-side-message {
  font-size: 32px;
  font-weight: 500;
  color: #C7DCFB;
  text-align: center;
}

.gcc-side-message-deep-blue {
  color: #193574;
}

.bubble-deep-blue {
  background-color: #193574;
  padding: 10px 20px;
  color: white;
  border-radius: 15px;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

/* Packages Styles */
.raas-title {
  font-size: 48px;
  font-weight: 700;
  color: #000000;
}

.raas-counter {
  width: 30px;
  height: 30px;
  background-color: #264C8B;
  border-radius: 100%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 24px;
}

.raas-counter-label {
  font-weight: 700;
  font-size: 15px;
  color: #231F20;
}

.sapra-container {
  background-color: white;
  padding: 30px;
  box-shadow: 0px 4px 20px rgba(20, 77, 145, 0.1);
  display: flex;
  flex-direction: column;
}

.sapra-container-header-title {
  font-size: 22px;
  font-weight: 700;
  color: rgba(35, 31, 32, 1)
}

.sapra-container-header-price {
  font-size: 30px;
  font-weight: 700;
  color: rgba(35, 31, 32, 1);
}

.sapra-container-footer {
  font-size: 12px;
  font-weight: 400;
  color: rgba(35, 31, 32, 0.75);
  text-align: center;
  line-height: 18px;
}

.list-element {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.list-element-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.list-element-text-disabled {
  color: rgba(35, 31, 32, 0.5)
}

.green-circle {
  width: 12px;
  height: 12px;
  background-color: rgba(56, 176, 139, 1);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.green-circle img {
  width: 7px;
}

.gray-circle {
  width: 12px;
  height: 12px;
  background-color: rgba(35, 31, 32, 0.25);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gray-circle img {
  width: 7px;
}

/* Package-specific ul styles */
.sapra-container ul {
  padding-left: 0 !important;
  margin-left: 0 !important;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(25, 53, 116, 0.1)
} 