.designs-bro-sidebar {
  margin: 0;
  padding: 0;
  background-color: rgb(255, 255, 255);
  border-right: 0.0625rem solid rgb(233, 236, 239);
}
.designs-bro-main {
  background: #f2f2f2;
  max-width: 100%;
  margin: 0;
}
.designs-bro-post {
  position: relative;
  width: 100%;
  max-width: 200px; /* Adjust as needed */
  margin: 15px;
}

.designs-bro-post .thumbnail {
  width: 100%;
  padding-top: 100%; /* Maintain aspect ratio */
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.designs-bro-post .thumbnail:hover {
  transform: scale(1.05);
}

.designs-bro-post .title-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.designs-bro-post .thumbnail:hover .title-overlay {
  opacity: 1;
}

.designs-bro-post .title-overlay h3 {
  font-size: 20px;
  text-align: center;
  margin: 0;
  color:#fff;
}
.designs-bro-content {
  background: rgb(248, 249, 250);
  padding: 20px;
}
.designs-bro-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.designs-bro-header {
  max-width: 100% !important;
  background-color: rgb(229 223 232);
  border-bottom: 0.0625rem solid rgb(233, 236, 239);
  padding: 1rem;
}
.purchase-kit {
  cursor: pointer;
  border: 0.0625rem solid transparent;
  background-color: rgb(76, 110, 245);
  color: rgb(255, 255, 255);
  padding: 8px 10px;
  border-radius: 5px;
  font-size: 12px;
  margin-right: 10px;
}
.designbro-login {
  border: 0.0625rem solid rgb(34, 139, 230);
  background-color: transparent;
  color: rgb(34, 139, 230);
  padding: 8px 10px;
  border-radius: 5px;
  font-size: 12px;
}
.select2-container .select2-dropdown,
.select2-container .select2-selection {
  border: 1px solid #ced4da !important;
}
.select2-container .select2-search--inline .select2-search__field {
  height: 25px !important;
}
.modal-fullscreen {
  width: 100%;
  max-width: none !important;
  height: 100%;
  margin: 0;
}

.modal-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.modal-body {
  flex: 1;
  overflow-y: auto;
}
.is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 100% !important;
}
.post-thumbnail-content {
  display: flex;
}
.designsBro-single .post-thumbnail img {
  width: 500px;
  height: 500px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.login-hidden {
  display: none !important;
}

.login-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.login-modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  width: 400px;
  position: relative;
}

.login-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

.login-error-message {
  color: red;
  margin-top: 10px;
  display: none;
}

.user-info {
  position: relative;
  cursor: pointer;
}

.user-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px;
  z-index: 100;
}

.user-info:hover .user-dropdown {
  display: block;
}

.user-dropdown a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: #333;
}

.user-dropdown a:hover {
  background: #f5f5f5;
}
#loginError {
  display: none;
  color: red;
  margin-top: 10px;
}
.designs-bro-login-purchase {
  display: flex;
}
.user-info {
  border: 0.0625rem solid rgb(34, 139, 230);
  background-color: transparent;
  color: rgb(34, 139, 230);
  padding: 8px 10px;
  border-radius: 5px;
  font-size: 12px;
}

.subscription-modal-hidden {
  display: none !important;
}

.subscription-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

.subscription-modal-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  width: 800px;
}

.close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18px;
  cursor: pointer;
}

.register-modal-hidden {
  display: none !important;
}

.register-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

.register-modal-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  width: 400px;
}

.register-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18px;
  cursor: pointer;
}

.subscription-options button {
  margin: 10px;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.subscription-options button:hover {
  background-color: #007bff;
  color: white;
}

.subscription-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}
.subscription-options {
  display: flex;
  justify-content: space-between;
}
.sub-monthly {
  border: 1px solid black;
  padding: 20px;
}
.sub-year {
  border: 1px solid black;
  padding: 20px;
  background: #5d53f4;
  color: #fff;
}
.subs-title {
  font-size: 40px;
}
.sub-monthly ul li {
  list-style-type: none;
}
.sub-monthly ul {
  text-align: left;
  margin-top: 10px;
  padding-left: 10px;
}
.sub-year ul li {
  list-style-type: none;
}
.sub-year ul {
  text-align: left;
  margin-top: 10px;
  padding-left: 10px;
}

.sub-year ul li {
  position: relative;
  padding-left: 25px; /* Add space for the icon */
  margin-bottom: 10px; /* Optional spacing between items */
  font-size: 18px; /* Adjust as needed */
}
.sub-year ul li::before {
  content: "\2713"; /* Unicode for the checkmark symbol */
  position: absolute;
  left: 0;
  top: 0;
  color: #fff; /* Customize the color */
  font-size: 18px; /* Adjust size as needed */
  line-height: 1; /* Ensure proper alignment */
}
.sub-monthly ul li {
  position: relative;
  padding-left: 25px; /* Add space for the icon */
  margin-bottom: 10px; /* Optional spacing between items */
  font-size: 18px; /* Adjust as needed */
}
.sub-monthly ul li::before {
  content: "\2713"; /* Unicode for the checkmark symbol */
  position: absolute;
  left: 0;
  top: 0;
  color: green; /* Customize the color */
  font-size: 18px; /* Adjust size as needed */
  line-height: 1; /* Ensure proper alignment */
}
.chose-subs {
  padding: 10px;
}

#registerForm input {
  width: 100%;
}
.amz-purchase-page {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: auto;
  gap: 20px;
}
.amz-purchase-left,
.amz-purchase-right {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 48%;
}
.amz-purchase-left h2,
.amz-purchase-right h2 {
  margin-bottom: 15px;
}
#card-element {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 20px;
}
#submit-payment {
  background-color: #28a745;
  color: #fff;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
#submit-payment:hover {
  background-color: #218838;
}
.pricing-details strong {
  float: right;
}

.designbro-com {
  border-bottom: 1px solid #d0caca;
  padding-bottom: 15px;
}
#stripe-payment-form {
  margin: 0 auto;
}

#card-details {
  display: flex;
}

#card-details .stripe-input {
  flex: 1;
}
.amz-purchase-right label {
  display: block;
  margin: 15px 0;
  font-weight: 700;
}
.card-address input {
  width: 100%;
}

.billing-address {
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
}

.billing-label {
  display: block;
  margin-bottom: 5px; /* Reduce space below the label */
  font-size: 1rem;
  font-weight: bold;
  color: #333;
}

.address-group {
  display: flex;
  flex-direction: column;
}

.compact-group .half-group {
  display: flex;
}

.stripe-input {
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
  box-sizing: border-box;
  width: 100%;
  margin: 0; /* Remove default margins */
}

.stripe-input.full-width {
  width: 100%;
}

.stripe-input.half-width {
  width: calc(50% - 5px);
}

.compact-group .half-group .stripe-input {
  flex: 1;
}

.compact-group .half-group:not(:last-child) {
  margin-bottom: 0; /* Remove space between rows */
}

.stripe-input:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

body.thank-you-page {
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  color: #333;
  text-align: center;
  padding: 50px;
}

.thank-you-page h1 {
  color: #0073aa;
  font-size: 2.5em;
}

.thank-you-page p {
  font-size: 1.2em;
}

.thank-you-page a {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #0073aa;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.thank-you-page a:hover {
  background-color: #005580;
}

#register-form-container {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #f9f9f9;
}

#designs-bro-register-form label {
    margin-right: 15px;
    display: inline-block; /* Keep labels inline */
    font-size: 14px;
    cursor: pointer;
}

#designs-bro-register-form input[type="radio"] {
    margin-right: 5px; /* Space between radio button and label text */
}

#designs-bro-register-form input:not([type="radio"]),
#designs-bro-register-form button {
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

#designs-bro-register-form button {
    background-color: #0073aa;
    color: #fff;
    border: none;
    cursor: pointer;
}

#designs-bro-register-form button:hover {
    background-color: #005a87;
}

#register-response {
    margin-top: 15px;
    font-size: 14px;
}
#register-form-container select {
    border: 1px solid #ddd;
    padding: 10px;
}
