:root {
  --body-background: #f2ffec;
  --header-footer-background: #bfe494;
  --common-black: #000;
  --common-white: #fff;
  --border: #6f786f;
}

body {
  font-family: "kollektif Regular", sans-serif !important;
  background: var(--body-background);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

p,
span,
ul,
li {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: var(--common-black);
}

.rm-pd {
  padding: 0;
}

.rm-mg {
  margin: 0;
}

h1,
h2,
h3,
h4 {
  font-family: "kollektif Bold", sans-serif !important;
  color: var(--common-black);
  line-height: 110%;
  padding: 0;
  margin: 0;
}

.xs-p,
.sm-p,
.md-p,
.lg-p {
  font-family: "kollektif Regular", sans-serif !important;
  color: var(--common-black);
  line-height: 150%;
}

.button-radius {
  border-radius: 24px;
}

.fields-radius {
  border-radius: 12px;
}

.card-radius {
  border-radius: 20px;
}

/* Header section design */

.main-container {
  padding: 20px 100px;
}

.body-content {
  padding: 40px 100px;
}

.header-container {
  background: var(--header-footer-background);
  border-bottom: 5px solid var(--common-black);
  justify-content: center;
  align-items: center;
}

.profile-container,
.profile-container .name {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.categories-container,
.categories ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.categories-container .categories li a {
  font-size: 24px;
}

.profile img {
  max-width: 50px;
  border-radius: 50px;
}

.navbar-collapse {
  display: none;
}

/* Add profile design */
.profile-title h1 {
  display: inline-block;
  /* border-bottom: 5px solid #000; */
  font-size: 55px !important;
}

.img-icon {
  max-width: 15px;
}

.share-links-container {
  display: flex;
  align-items: center;
  gap: 15px;
}

.share-links-container p {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 5px 10px;
  border: 3px solid #000;
  border-radius: 20px;
}

.custom-file {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  /* border: 5px solid #6f786f; */
  border: 5px solid var(--common-black);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin: 0 !important;
  cursor: pointer;
}

.custom-file::before {
  content: "";
  background-image: url("./images/upload.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 30px;
  display: block;
  position: absolute;
  top: 35%;
  cursor: pointer;
  fill: #6f786f;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

section.category-wise-container {
  border-top: 5px solid #000;
  border-bottom: 5px solid #000;
  padding: 5px 100px;
}

section.category-wise-container .options {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.all-categories-container {
  padding: 50px 100px 100px 100px;
}

.all-categories {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.action-container h4 {
  border-bottom: 8px solid #000;
}

.action-container {
  display: inline-block;
}

.multi-action {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.action {
  display: flex;
  flex-direction: revert;
  align-items: center;
  gap: 20px;
  padding: 10px 12px;
  border: 3px solid #000;
  border-radius: 24px;
  margin-top: 20px;
}
.plus-icon {
  fill: black;
  width: 16px; /* Adjust size as needed */
  height: 16px; /* Adjust size as needed */
}

.footer-container {
  background: var(--header-footer-background);
  border-top: 5px solid var(--common-black);
  padding: 20px 100px 50px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-links .links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

.footer-links .links a {
  border-bottom: 4px solid #000;
}

.upload-profile-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 50px;
  padding: 50px 0;
}

.profile-details .details {
  display: flex;
  flex-direction: revert;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
}

.profile-details .details i {
  width: 20px;
}
/* .profile-details .details p {
  border-bottom: 3px solid var(--common-black);
} */

.custom-modal {
  max-width: 50%;
}

.custom-modal-80 {
  max-width: 80%;
}

.modal-content {
  padding: 20px 70px;
  border-radius: 24px;
  border: 5px solid #000;
  background: #dbfdce;
  position: relative;
}

.modal-description {
  margin: 20px 0;
}

.modal-header,
.modal-footer {
  border: 0;
}

button.btn-close {
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 20px;
}

.comment textarea {
  width: 100%;
  border-radius: 12px;
  background: transparent;
  border: 3px solid var(--common-black);
  height: 85px;
}

.modal-footer {
  justify-content: space-between;
}

button.btn-modal {
  background: 0;
  padding: 10px 12px;
  border: 3px solid var(--common-black);
  border-radius: 24px;
}

button.btn-modal-white-outline {
  background: 0;
  padding: 10px 12px;
  border: 3px solid var(--common-white);
  border-radius: 24px;
  color: var(--common-white);
}

button.btn-modal.black {
  color: var(--common-white);
  background: var(--common-black);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

button.generate-outline {
  color: var(--common-black);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

button.btn-modal-white {
  color: #00893d;
  background: var(--common-white);
  padding: 10px 12px;
  border-radius: 24px;
  border: 3px solid var(--common-white);
}

.btn-modal-simple {
  font-size: 12px !important;
  color: grey;
  text-decoration: underline;
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
}

.mini-text {
  font-size: 12px;
  color: grey;
}

.help-me {
  margin: 20px 0;
}

.field-content p {
  color: var(--border);
  margin: 5px 0;
}

.input-field input {
  border-radius: 12px;
  background: transparent;
  border: 3px solid var(--common-black);
  width: 100%;
  padding: 10px;
  outline: 0;
}

.modal-field {
  margin-bottom: 20px;
}

.checkbox-container {
  display: flex;
  align-items: center;
  margin: 15px 0;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.checkbox-container input {
  visibility: hidden;
}

.checkbox-container label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* Checkbox custom appearance */
.checkbox-container input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 4px solid #000; /* Border color */
  border-radius: 5px;
  margin-right: 10px;
}

/* Checkbox checked style */
.checkbox-container input[type="checkbox"]:checked + label::before {
  background-color: #000; /* Fill color when checked */
}

.modal-upload {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
}

.modal-upload .custom-file {
  width: 100px;
  height: 100px;
}

.notification {
  border-right: 5px solid #000;
  border-bottom: 5px solid #000;
  border-radius: 20px;
}

.notification-container {
  background: #00893d;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  border-right: 3px solid var(--body-background);
  border-bottom: 3px solid var(--body-background);
}

.close-notification {
  position: absolute;
  right: 10px;
  top: 10px;
}

.notification-description {
  margin: 5px 0;
}

button#closeNotificationBtn {
  background: transparent;
  border: 0;
}

.notification-label p,
.notification-description p,
button#closeNotificationBtn {
  color: var(--body-background);
}

.notification-label p {
  font-weight: bold;
}

.selected-tags {
  margin: 15px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.remove-tag {
  display: flex;
  align-items: center;
  background: #f2fffa;
  border-radius: 6px;
  border: 2px solid var(--border);
  padding: 0 8px;
}

.remove-tag button,
.remove-tag .close-tag {
  background: transparent;
  border: 0;
  color: var(--border);
  font-size: 14px;
}

.remove-tag .close-tag {
  cursor: pointer;
}

.required {
  color: red;
}

.modal-field .input-field input::placeholder,
.modal-field .comment textarea::placeholder {
  color: #000;
}

#addOfferingsStepTwo .modal-field .comment textarea {
  height: 100px;
}

#addOfferingsStepTwo .modal-field .comment textarea#more-info {
  height: auto;
}
.modal-field .comment textarea {
  padding: 10px;
}

.actions-container {
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
}

.actions-container.custom {
  justify-content: space-between;
  gap: 20px;
}

.actions-container button {
  padding: 5px 12px !important;
}

.add-custom-field {
  margin: 0;
  justify-content: center;
  align-items: center;
}

.add-custom-field #custom-field #custom-field{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}


.testimonials {
  width: 100%;
  padding: 20px;
}

.testimonial {
  
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 4px;
}

.quote-icon {
  background-color: #D1F1D3;
  border-radius: 50%;
  padding: 5px;
  width: 55px;
  height: 55px;
  margin-left: 5px;
}

.testimonial-text {
  font-style: italic;
}

.author-name {
  font-weight: bold;
}

.author-detail {
  font-size: 0.8em;
}

.show-more {
  background-color: #888;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}

.more-text {
  display: none;
  visibility: hidden;
}

.expanded .more-text {
  display: inline;
  visibility: visible;
}

#testimonial-author {
  vertical-align: bottom;
}

#updatedImage {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Maintain the aspect ratio and cover the container */
  border-radius: 50%; /* Make it circular */
}

.custom-file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.multi-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}

.multi-options select {
  border-radius: 24px;
  background: transparent;
  border: 3px solid var(--common-black);
  padding: 5px 30px 5px 10px; /* Adjust padding to create space for the arrow */
  -webkit-appearance: none;
  appearance: none;
  background-image: url("./images/down.svg");
  background-repeat: no-repeat;
  background-position: right 10px center; /* Adjust position to accommodate padding */
}

.custom-label-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 64px;
  }
  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 24px;
  }

  .lg-p {
    font-size: 20px;
  }

  .md-p {
    font-size: 16px;
    font-weight: 600;
  }

  .sm-p {
    font-size: 14px;
  }

  .xs-p {
    font-size: 12px;
  }

  .all-categories {
    width: 780px;
  }
  #addOfferingsStepTwo .modal-footer,
  div#addValuesStepTwo .modal-footer {
    flex-direction: row-reverse;
  }
  div#addValuesStepTwo .comment textarea {
    height: 180px;
  }
  .profile-container.mobile {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  .lg-p {
    font-size: 16px;
  }

  .md-p {
    font-size: 14px;
  }

  .sm-p {
    font-size: 12px;
  }

  .xs-p {
    font-size: 10px;
  }

  .main-container {
    padding: 20px 30px;
  }

  .header-logo {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  button#navbarToggler,
  button#navbarToggler:focus:not(:focus-visible),
  button#navbarTogglerr:focus {
    border: 0 !important;
    outline: 0 !important;
    padding: 0;
  }

  .navbar-collapse {
    height: 100vh !important;
  }

  .categories-container .categories li a {
    font-size: 20px;
  }

  .categories-container {
    margin: 20px 0;
  }

  .categories-container,
  .categories ul {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }

  .profile-container {
    display: none !important;
  }

  .body-content {
    padding: 20px;
  }
  .share-links-container,
  .category-wise-container {
    display: none;
  }

  .custom-file {
    height: 100px;
    width: 100px;
  }

  .multi-action {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .multi-action a,
  .multi-action .action {
    width: 100%;
  }

  .action {
    justify-content: center;
  }

  .all-categories-container {
    padding: 50px 20px;
  }

  .footer-container {
    padding: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }

  .all-categories {
    width: 100%;
  }

  .md-p {
    font-weight: bold;
  }

  .upload-profile-container {
    position: relative;
  }

  .details.add-description {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .custom-modal {
    max-width: 100%;
  }

  .modal-content {
    padding: 20px 20px;
  }

  .modal-footer {
    flex-direction: column-reverse;
  }

  .modal-footer button,
  .help-me button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .modal-footer.screen-three {
    flex-direction: column;
  }

  .notification-container {
    padding: 25px 25px 20px 25px;
  }

  .actions-container {
    flex-direction: column;
  }

  .profile-container.mobile {
    display: block !important;
  }
  .mobile-profile {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
  }

  .custom-modal-80 {
    max-width: 100%;
  }

  #moreTagsList {
    width: 100% !important;
  }

  .minimumtags {
    display: flex;
    align-items: flex-start !important;
  }
  #moreOptionsLink {
    white-space: nowrap;
  }

  .starter-notification-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .starter-notification-buttons button {
    width: 100%;
  }

  .profile-title h1 {
    font-size: 32px !important;
  }

  .additional-profile-tag-links a.link-outfit p {
    font-size: 8px !important;
  }
  .offer-header,
  .offer-description,
  .add-value-highlights-container,
  .edit-action-content {
    flex-direction: column !important;
  }

  .offer-description .content,
  .edit-action-content .content-label,
  .edit-action-content .content {
    width: 100% !important;
  }
  .edit-action-content {
    gap: 10px;
  }

  .add-edit-offering-footer {
    flex-direction: column-reverse !important;
  }

  .normal-direction {
    flex-direction: column !important;
  }
}

.tags-list {
  list-style: none;
  padding: 0;
}

.tags-list li {
  display: inline-block;
  margin-right: 5px;
}

#moreOptionsLink {
  cursor: pointer;
  font-size: 11px;
  text-decoration: underline;
  margin: 5px 0 0 5px;
}

.minimumtags {
  display: flex;
  align-items: center;
}

#moreTagsList {
  width: 380px;
}

ul#tagsList .tag,
#moreTagsList .tag {
  color: grey;
  padding: 2px 5px;
  font-size: 10px;
  border-radius: 5px;
  border: 1px solid grey;
  cursor: pointer;
}

.tag-light {
  background: #f5fffe;
}

.tag-medium {
  background: #f3f1f8;
}

.tag-dark {
  background: #feffed;
}

.starter-notification-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 10px 0;
}

.starter-notification {
  margin: 30px 0;
}

.additional-profile-tag-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

a.link-outfit p {
  font-size: 10px !important;
  color: gray;
  border: 1px solid gray;
  border-radius: 5px;
  padding: 2px 4px;
}

.edit-offering-container {
  padding: 20px;
  border: 1px solid #000;
  border-radius: 20px;
  background: #fafbe4;
}

.offer-header-content h4,
.highlight-title .title {
  border: 0;
  font-size: 20px;
}

.offer-header {
  display: flex;
  flex-direction: row;
}

.offer-header {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.offer-header-timestamp .details {
  display: flex;
  gap: 10px;
  align-items: center;
}

.offer-header-timestamp {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.offer-header-timestamp .action {
  border: 2px solid #000;
  font-size: 12px;
  gap: 10px;
  padding: 5px 10px;
  margin-top: 5px;
}

.offer-header-timestamp .details p {
  white-space: nowrap;
}

.offer-header-timestamp .action p {
  font-size: 12px;
  white-space: nowrap;
}

.offer-description {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 20px 0;
  gap: 20px;
}

.offer-description .content {
  width: 50%;
}

.highlight {
  padding: 10px;
  border: 2px solid #000;
  border-radius: 20px;
  background: #e4f8d2;
}

.add-value-highlights-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.content-label {
  display: flex;
  align-items: center;
  gap: 20px;
}

.edit-action-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.edit-action-content .content-label {
  width: 35%;
}

.edit-action-content .content {
  width: 65%;
}

.to-end {
  justify-content: flex-end;
}
/* Add this CSS to your stylesheet */
.multi-action .action {
  display: flex;
  align-items: center;
}

.multi-action .btn-text {
  flex-grow: 1;
  box-sizing: border-box; /* Ensure padding and border are included in the width calculation */
}

.btn-fixed-width {
  width: 100px; /* Set a fixed width for the buttons */
}

.tag.selected {
  background-color: black;
  color: white;
}

/* Add this CSS to your stylesheet */
#customMessageModal .modal-dialog {
  max-width: 400px; /* Set the maximum width as per your design */
}

#customMessageModal .modal-content {
  text-align: center;
}

#customMessageModal .modal-header {
  border-bottom: none;
}

#customMessageModal .modal-title {
  font-size: 2rem; /* Adjust the font size as needed */
}

#customMessageModal .modal-body {
  padding: 20px;
}

#customMessageModal .modal-footer {
  border-top: none;
}

#customMessageModal .modal-header {
  border-bottom: none;
  text-align: center; /* Center the content in the modal header */
}

#customMessageModal .modal-header .btn-close {
  margin-left: auto;
  margin-right: auto;
}
/*.price_field {
  position: relative;
}

.price_field:before {
  content: "$";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #333;
}

.duration_field {
  position: relative;
}

.duration_field:after {
  content: "MN";
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #333;
}*/

/*Semi manual screen styles */
.transcript textarea {
  width: 100%;
  border-radius: 12px;
  padding: 8px;
  background: transparent;
  border: 3px solid var(--common-black);
  height: 405px;
}

textarea:focus { 
outline: none !important;
border-color:var(--common-black);
}

/*End Semi manual screen styles*/