@import 'site.css';
.breadcrumbs-section.profile-breadcrumbs {
  margin-top: 64px;
  top: 0;
  z-index: 3;
  position: relative;
  background: #fff;
}

.top-banner-section.profile-page {
  color: #fff;
  height: 260px;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  background-image: url("/images/profile-banner.jpg");
  margin-top: 0;
}
.top-banner-section.profile-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.top-banner-section.profile-page .container, .top-banner-section.profile-page .row, .top-banner-section.profile-page .col-12 {
  height: 100%;
}
.top-banner-section.profile-page .profile {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100%;
  justify-content: flex-start;
}
.top-banner-section.profile-page .profile-img-link {
  flex-shrink: 0;
}
.top-banner-section.profile-page .info span {
  display: block;
}
.top-banner-section.profile-page .info .name {
  font-size: 2.2em;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  color: #fff;
}
.top-banner-section.profile-page .info .mail {
  font-size: 1.1em;
  color: rgba(255, 255, 255, 0.8);
}
.top-banner-section.profile-page .profil-image {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  position: relative;
  border: 3px solid #fff;
}
.top-banner-section.profile-page .change-profile-pic-label {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 32px;
  height: 32px;
  background-color: #57328a;
  text-align: center;
  line-height: 26px;
  font-size: 0.85em;
  border-radius: 50%;
  color: #fff;
  border: none;
}
@media (max-width: 480px) {
  .top-banner-section.profile-page {
    height: 180px;
  }
  .top-banner-section.profile-page .profil-image {
    width: 80px;
    height: 80px;
  }
  .top-banner-section.profile-page .info .name {
    font-size: 1.1em;
  }
}

.mobile-toggle {
  padding: 0 15px;
  position: relative;
  width: 100%;
  max-width: 55px;
}

.mobile-toggle span {
  display: block;
  position: absolute;
  height: 6px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.mobile-toggle span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

.mobile-toggle span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

.mobile-toggle span:nth-child(1), .mobile-toggle span:nth-child(2) {
  top: 0px;
}

.mobile-toggle span:nth-child(3), .mobile-toggle span:nth-child(4) {
  top: 15px;
}

.mobile-toggle span:nth-child(5), .mobile-toggle span:nth-child(6) {
  top: 30px;
}

.mobile-toggle.active span:nth-child(1), .mobile-toggle.active span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-toggle.active span:nth-child(2), .mobile-toggle.active span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile-toggle.active span:nth-child(1) {
  left: 5px;
  top: 7px;
}

.mobile-toggle.active span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

.mobile-toggle.active span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.mobile-toggle.active span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.mobile-toggle.active span:nth-child(5) {
  left: 5px;
  top: 29px;
}

.mobile-toggle.active span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
}

body {
  background-color: #ddd;
}

.pagination .page-link, .pagination .current {
  padding: 0;
  margin-right: 5px;
}

.field-validation-error {
  color: #e74c3c;
  display: block;
}
.field-validation-error span {
  display: block;
  margin-top: 5px;
}

.support-section .alert p {
  margin: 15px 0 0 0;
  padding: 0;
}
.support-section .alert p:first-child {
  margin-top: 0;
}

.badge-success {
  background-color: #2ecc71;
}

.badge-danger {
  background-color: #e74c3c;
}
.badge-danger:hover {
  color: #fff;
}

.badge-dark {
  background-color: #333;
  color: #fff;
}

a.badge {
  text-decoration: none;
}

.blur-text {
  color: transparent;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.blur-text::selection, .blur-text *::selection {
  background-color: transparent;
}

.ml-header {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.ml-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
}
.ml-title svg {
  color: #57328a;
}

.ml-create-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  border-radius: 50px;
  background: linear-gradient(135deg, #c084fc, #a855f7, #9333ea);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
}
.ml-create-btn:hover {
  background: linear-gradient(135deg, #a855f7, #9333ea, #7c3aed);
  color: #fff;
  text-decoration: none;
}

.ml-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}

.ml-stat {
  padding: 20px 24px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.ml-stat--purple {
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.06) 0%, rgba(168, 85, 247, 0.02) 100%);
  border-left: 3px solid #a855f7;
}
.ml-stat--green {
  background: linear-gradient(135deg, rgba(46, 204, 113, 0.06) 0%, rgba(46, 204, 113, 0.02) 100%);
  border-left: 3px solid #2ecc71;
}
.ml-stat--orange {
  background: linear-gradient(135deg, rgba(230, 126, 34, 0.06) 0%, rgba(230, 126, 34, 0.02) 100%);
  border-left: 3px solid #e67e22;
}

.ml-stat-number {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
.ml-stat-number--purple {
  color: #a855f7;
}
.ml-stat-number--green {
  color: #2ecc71;
}
.ml-stat-number--orange {
  color: #e67e22;
}

.ml-stat-label {
  display: block;
  font-size: 0.85rem;
  color: #888;
  margin-top: 2px;
}

@media (max-width: 575px) {
  .ml-stats {
    grid-template-columns: 1fr;
  }
  .ml-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.fav-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 20px;
  border: 2px dashed rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  margin-top: 8px;
}
.fav-empty strong {
  font-size: 1.1rem;
  color: #1a1a2e;
  margin-bottom: 4px;
}
.fav-empty p {
  font-size: 0.9rem;
  color: #999;
  max-width: 320px;
  margin-bottom: 20px;
}

.fav-empty-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(87, 50, 138, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #57328a;
  margin-bottom: 16px;
}

.fav-empty-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 50px;
  background: linear-gradient(135deg, #c084fc, #a855f7, #9333ea);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
}
.fav-empty-btn:hover {
  background: linear-gradient(135deg, #a855f7, #9333ea, #7c3aed);
  color: #fff;
  text-decoration: none;
}

.text-section h1 {
  font-size: 2.5em;
}

.profile-page--gray {
  background: #f5f5f5;
  padding-top: 0 !important;
  padding-bottom: 60px !important;
  margin-bottom: 0 !important;
}
.profile-page--gray .conv-header {
  margin-top: 0;
  padding-top: 40px;
}

.pkg-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .pkg-layout {
    grid-template-columns: 1fr;
  }
}

.pkg-info-card {
  background: linear-gradient(to right bottom, rgb(255, 247, 237), rgba(255, 251, 235, 0.8), rgba(255, 237, 213, 0.5));
  backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgb(255, 237, 213);
  border-radius: 16px;
  padding: 24px;
}

.pkg-info-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.pkg-info-header strong {
  font-size: 1.15rem;
  color: #1a1a2e;
}

.pkg-info-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(230, 126, 34, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e67e22;
}

.pkg-info-stats {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.pkg-info-stat {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  background: #fff;
}

.pkg-info-stat-label {
  display: block;
  font-size: 0.75rem;
  color: #999;
  margin-bottom: 2px;
}

.pkg-info-stat-value {
  font-size: 0.9rem;
  color: #1a1a2e;
}

.pkg-info-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 0.78rem;
}

.pkg-info-footer-text {
  color: #888;
}

.pkg-cancel-link {
  color: #888;
  text-decoration: none;
  font-weight: 500;
}
.pkg-cancel-link:hover {
  text-decoration: underline;
  color: #555;
}

.pkg-receipts-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.pkg-receipts-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.pkg-receipts-header svg {
  color: #888;
}
.pkg-receipts-header strong {
  font-size: 1rem;
  color: #1a1a2e;
}

.pkg-receipts-list {
  display: flex;
  flex-direction: column;
}

.pkg-receipt-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.pkg-receipt-item:last-child {
  border-bottom: none;
}

.pkg-receipt-left {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: #333;
}

.pkg-receipt-check {
  color: #2ecc71;
}

.pkg-receipt-declined {
  color: #e74c3c;
}

.pkg-receipt-view {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.82rem;
  font-weight: 500;
  color: #2ecc71;
  text-decoration: none;
}
.pkg-receipt-view:hover {
  text-decoration: underline;
  color: #27ae60;
}

.pkg-benefits-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 16px;
}
.pkg-benefits-title svg {
  color: #888;
}

.pkg-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media (max-width: 768px) {
  .pkg-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .pkg-benefits-grid {
    grid-template-columns: 1fr;
  }
}

.pkg-benefit {
  border-radius: 16px;
  padding: 20px;
}
.pkg-benefit strong {
  display: block;
  font-size: 0.92rem;
  color: #1a1a2e;
  margin-top: 14px;
  margin-bottom: 4px;
}
.pkg-benefit span {
  font-size: 0.8rem;
  color: #888;
}
.pkg-benefit--purple {
  background: linear-gradient(to right bottom, rgba(59, 130, 246, 0.2), rgba(37, 99, 235, 0.1));
  box-shadow: rgba(20, 20, 31, 0.06) 0px 1px 3px 0px;
}
.pkg-benefit--purple .pkg-benefit-icon {
  color: #3b82f6;
}
.pkg-benefit--green {
  background: linear-gradient(to right bottom, rgba(46, 204, 113, 0.2), rgba(39, 174, 96, 0.1));
  box-shadow: rgba(20, 20, 31, 0.06) 0px 1px 3px 0px;
}
.pkg-benefit--green .pkg-benefit-icon {
  color: #2ecc71;
}
.pkg-benefit--lavender {
  background: linear-gradient(to right bottom, rgba(168, 85, 247, 0.15), rgba(147, 51, 234, 0.08));
  box-shadow: rgba(20, 20, 31, 0.06) 0px 1px 3px 0px;
}
.pkg-benefit--lavender .pkg-benefit-icon {
  color: #a855f7;
}
.pkg-benefit--peach {
  background: linear-gradient(to right bottom, rgba(230, 126, 34, 0.15), rgba(230, 126, 34, 0.08));
  box-shadow: rgba(20, 20, 31, 0.06) 0px 1px 3px 0px;
}
.pkg-benefit--peach .pkg-benefit-icon {
  color: #e67e22;
}

.pkg-benefit-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cancel-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1002;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.cancel-modal {
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  max-width: 480px;
  width: 100%;
  position: relative;
  text-align: center;
}

.cancel-modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 1.5rem;
  color: #999;
  cursor: pointer;
  line-height: 1;
}
.cancel-modal-close:hover {
  color: #333;
}

.cancel-modal-subtitle {
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 8px;
}

.cancel-modal-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #57328a;
  margin-bottom: 16px;
  line-height: 1.4;
}

.cancel-modal-offer {
  font-size: 0.95rem;
  color: #1a1a2e;
  margin-bottom: 4px;
}

.cancel-modal-terms {
  font-size: 0.82rem;
  color: #888;
  margin-bottom: 24px;
}

.cancel-modal-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px;
  border-radius: 50px;
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: all 0.2s;
  margin-bottom: 10px;
}
.cancel-modal-btn--cancel {
  background: #fff;
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.cancel-modal-btn--cancel:hover {
  background: #f5f5f5;
}
.cancel-modal-btn--extend {
  background: linear-gradient(135deg, #c084fc, #a855f7, #9333ea);
  color: #fff;
}
.cancel-modal-btn--extend:hover {
  background: linear-gradient(135deg, #a855f7, #9333ea, #7c3aed);
}

.cancel-modal-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 16px;
  font-size: 0.8rem;
  color: #888;
}
.cancel-modal-badges span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.cancel-modal-badges span svg {
  color: #2ecc71;
}

.cancel-modal-sad-icon {
  margin-bottom: 16px;
  color: #e67e22;
}

.cancel-modal-what-you-lose {
  background: #fafafa;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 20px;
  text-align: left;
}

.cancel-modal-lose-title {
  font-size: 0.8rem;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}

.cancel-modal-lose-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cancel-modal-lose-items span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  color: #e74c3c;
}
.cancel-modal-lose-items span svg {
  color: #e74c3c;
}

.cancel-modal-btn--cancel-final {
  background: transparent;
  color: #999;
  font-size: 0.82rem;
  font-weight: 400;
  text-decoration: underline;
  border: none;
  cursor: pointer;
  padding: 8px;
  width: 100%;
}
.cancel-modal-btn--cancel-final:hover {
  color: #666;
}

.settings-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 991px) {
  .settings-grid {
    grid-template-columns: 1fr;
  }
}

.settings-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.settings-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.settings-card-header svg {
  color: #57328a;
}
.settings-card-header strong {
  font-size: 0.95rem;
  color: #1a1a2e;
}

.settings-form-group {
  margin-bottom: 14px;
}
.settings-form-group label {
  display: block;
  font-size: 0.82rem;
  font-weight: 500;
  color: #555;
  margin-bottom: 5px;
}

.settings-input {
  width: 100%;
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 0.88rem;
  transition: border-color 0.2s;
  outline: none;
}
.settings-input:focus {
  border-color: #57328a;
}

textarea.settings-input {
  resize: vertical;
  min-height: 80px;
}

.settings-save-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 24px;
  border-radius: 50px;
  background: linear-gradient(135deg, #c084fc, #a855f7, #9333ea);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
}
.settings-save-btn:hover {
  background: linear-gradient(135deg, #a855f7, #9333ea, #7c3aed);
}

.pp-editor {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.pp-preview {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  cursor: pointer;
}
.pp-preview:hover .pp-upload-overlay {
  opacity: 1;
}

.pp-preview-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(0, 0, 0, 0.06);
}

.pp-preview-placeholder {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bbb;
  border: 3px dashed rgba(0, 0, 0, 0.1);
}

.pp-upload-overlay {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  transition: opacity 0.2s;
  cursor: pointer;
}

.pp-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pp-choose-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 0.82rem;
  font-weight: 500;
  color: #555;
  cursor: pointer;
  transition: all 0.15s;
}
.pp-choose-btn:hover {
  background: #f5f5f5;
  color: #333;
}

.pp-remove-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.78rem;
  color: #e74c3c;
  text-decoration: none;
}
.pp-remove-btn:hover {
  text-decoration: underline;
  color: #c0392b;
}

.pp-filename {
  font-size: 0.78rem;
  color: #888;
}

.settings-checkbox {
  display: flex !important;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.settings-checkbox input[type=checkbox] {
  accent-color: #57328a;
}
.settings-checkbox span {
  font-size: 0.88rem;
  color: #333;
}

.support-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .support-layout {
    grid-template-columns: 1fr;
  }
}

.support-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.support-tickets-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.support-tickets-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.support-tickets-header svg {
  color: #888;
}
.support-tickets-header strong {
  font-size: 0.95rem;
  color: #1a1a2e;
}

.support-ticket-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  text-decoration: none;
  color: inherit;
  transition: all 0.15s;
}
.support-ticket-item:last-child {
  border-bottom: none;
}
.support-ticket-item:hover {
  color: inherit;
  text-decoration: none;
}
.support-ticket-item--unread .support-ticket-subject {
  font-weight: 700;
}
.support-ticket-item svg {
  color: #ccc;
  flex-shrink: 0;
}

.support-ticket-subject {
  display: block;
  font-size: 0.9rem;
  color: #1a1a2e;
}

.support-ticket-date {
  font-size: 0.78rem;
  color: #999;
}

.support-create-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.support-create-header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 0;
  padding: 24px;
  background: linear-gradient(135deg, #c084fc, #a855f7, #9333ea);
  border-radius: 0;
  color: #fff;
}
.support-create-header strong {
  display: block;
  font-size: 1rem;
}
.support-create-header span {
  font-size: 0.85rem;
  opacity: 0.8;
}

.support-create-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.support-create-status {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: #2ecc71;
  font-weight: 500;
  margin: 20px 24px 14px;
}

.support-create-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: calc(100% - 48px);
  margin: 16px 24px 24px;
  padding: 14px;
  border-radius: 50px;
  background: linear-gradient(135deg, #c084fc, #a855f7, #9333ea);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
}
.support-create-btn:hover {
  background: linear-gradient(135deg, #a855f7, #9333ea, #7c3aed);
  color: #fff;
  text-decoration: none;
}

.support-faq-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.support-faq-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.support-faq-header svg {
  color: #888;
}
.support-faq-header strong {
  font-size: 0.95rem;
  color: #1a1a2e;
}

.support-faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.support-faq-item:last-child {
  border-bottom: none;
}
.support-faq-item.active .support-faq-question svg {
  transform: rotate(180deg);
}
.support-faq-item.active .support-faq-answer {
  display: block;
}

.support-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  cursor: pointer;
  font-size: 0.9rem;
  color: #333;
  transition: color 0.15s;
}
.support-faq-question:hover {
  color: #1a1a2e;
}
.support-faq-question svg {
  color: #ccc;
  flex-shrink: 0;
  transition: transform 0.2s;
}

.support-faq-answer {
  display: none;
  padding: 0 0 14px;
  font-size: 0.85rem;
  color: #888;
  line-height: 1.5;
}

.support-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media (max-width: 768px) {
  .support-links {
    grid-template-columns: 1fr;
  }
}

.support-link-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  text-decoration: none;
  color: inherit;
  transition: all 0.15s;
}
.support-link-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: inherit;
}
.support-link-card strong {
  display: block;
  font-size: 0.9rem;
  color: #1a1a2e;
}
.support-link-card span {
  font-size: 0.78rem;
  color: #888;
}

.support-link-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.support-link-icon--purple {
  background: rgba(87, 50, 138, 0.1);
  color: #57328a;
}
.support-link-icon--gray {
  background: rgba(0, 0, 0, 0.05);
  color: #888;
}
.support-link-icon--orange {
  background: rgba(230, 126, 34, 0.1);
  color: #e67e22;
}

.ticket-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1002;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow-y: auto;
}

.ticket-modal {
  background: #fff;
  border-radius: 20px;
  max-width: 500px;
  width: 100%;
  position: relative;
  overflow: hidden;
  max-height: 90vh;
  overflow-y: auto;
}

.ticket-modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  z-index: 5;
}
.ticket-modal-close:hover {
  color: #fff;
}

.ticket-modal-header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 24px;
  background: linear-gradient(135deg, #c084fc, #a855f7, #9333ea);
  color: #fff;
}
.ticket-modal-header strong {
  display: block;
  font-size: 1.05rem;
}
.ticket-modal-header span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  opacity: 0.85;
}

.ticket-modal-header-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ticket-modal-faq {
  padding: 20px 24px;
}

.ticket-modal-faq-header {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #e67e22;
  margin-bottom: 12px;
}
.ticket-modal-faq-header svg {
  color: #e67e22;
}

.ticket-modal-faq-item {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  margin-bottom: 8px;
  overflow: hidden;
}
.ticket-modal-faq-item.active .ticket-modal-faq-question svg {
  transform: rotate(180deg);
}
.ticket-modal-faq-item.active .ticket-modal-faq-answer {
  display: block;
}

.ticket-modal-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  cursor: pointer;
  font-size: 0.88rem;
  color: #333;
}
.ticket-modal-faq-question svg {
  color: #ccc;
  flex-shrink: 0;
  transition: transform 0.2s;
}

.ticket-modal-faq-answer {
  display: none;
  padding: 0 16px 14px;
  font-size: 0.82rem;
  color: #888;
  line-height: 1.5;
}
.ticket-modal-faq-answer a {
  color: #57328a;
}

.ticket-modal-faq-other {
  padding: 14px 16px;
  text-align: center;
  font-size: 0.85rem;
  color: #888;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.ticket-modal-faq-other a {
  display: block;
  color: #1a1a2e;
  font-weight: 600;
  margin-top: 4px;
  text-decoration: none;
}
.ticket-modal-faq-other a:hover {
  text-decoration: underline;
}

.ticket-modal-form {
  padding: 0 24px 24px;
}

.ticket-modal-form-group {
  margin-bottom: 14px;
}
.ticket-modal-form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 6px;
}

.agent-description {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 24px;
}

.agent-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px 24px;
  margin-bottom: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.agent-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.agent-card-title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.agent-card-title svg {
  color: #57328a;
}
.agent-card-title strong {
  font-size: 1rem;
  color: #1a1a2e;
}

.agent-status {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 3px 10px;
  border-radius: 20px;
}
.agent-status--active {
  background: rgba(46, 204, 113, 0.1);
  color: #2ecc71;
}
.agent-status--inactive {
  background: rgba(0, 0, 0, 0.06);
  color: #999;
}

.agent-card-actions {
  display: flex;
  gap: 6px;
}

.agent-action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  cursor: pointer;
  transition: all 0.15s;
}
.agent-action-btn--mute {
  color: #999;
}
.agent-action-btn--mute:hover {
  background: #f5f5f5;
  color: #666;
}
.agent-action-btn--activate {
  color: #2ecc71;
  border-color: rgba(46, 204, 113, 0.3);
}
.agent-action-btn--activate:hover {
  background: rgba(46, 204, 113, 0.06);
}
.agent-action-btn--delete {
  color: #e74c3c;
  border-color: rgba(231, 76, 60, 0.2);
}
.agent-action-btn--delete:hover {
  background: rgba(231, 76, 60, 0.06);
}

.agent-card-details {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.agent-detail {
  display: flex;
  align-items: center;
  gap: 6px;
}
.agent-detail svg {
  color: #bbb;
  flex-shrink: 0;
}

.agent-detail-label {
  font-size: 0.8rem;
  color: #999;
}
.agent-detail-label::after {
  content: ":";
}

.agent-detail-value {
  font-size: 0.85rem;
  font-weight: 600;
  color: #1a1a2e;
}

.conv-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 20px;
}

.conv-unread-badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 12px;
  border-radius: 20px;
  background: #2ecc71;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  margin-left: 8px;
  vertical-align: middle;
}

.conv-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.conv-header-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 500;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 50px;
  transition: all 0.2s;
}
.conv-header-btn--text {
  color: #555;
  background: transparent;
}
.conv-header-btn--text svg {
  color: #2ecc71;
}
.conv-header-btn--text:hover {
  background: rgba(0, 0, 0, 0.04);
  color: #333;
  text-decoration: none;
}
.conv-header-btn--outline {
  color: #555;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
}
.conv-header-btn--outline:hover {
  background: #f5f5f5;
  color: #333;
  text-decoration: none;
}

.conversations-section .conv-item {
  display: flex;
  gap: 16px;
  padding: 20px 24px;
  background: #fff;
  border-radius: 16px;
  margin-bottom: 12px;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  color: inherit;
  transition: background 0.15s;
}
.conversations-section .conv-item:hover {
  background: rgba(0, 0, 0, 0.015);
  text-decoration: none;
  color: inherit;
}
.conversations-section .conv-item--clickable {
  cursor: pointer;
}
.conversations-section .conv-item--unread {
  border-left: 3px solid #57328a;
  background: rgba(87, 50, 138, 0.03);
}
.conversations-section .conv-item-avatar {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  position: relative;
  border-radius: 50%;
}
.conversations-section .conv-item-avatar img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  background: #f0f0f0;
}
.conversations-section .conv-item-avatar--unread {
  width: 64px;
  height: 64px;
  background: #57328a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.conversations-section .conv-item-online {
  position: absolute;
  bottom: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #2ecc71;
  border: 2.5px solid #fff;
}
.conversations-section .conv-item-content {
  flex: 1;
  min-width: 0;
}
.conversations-section .conv-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}
.conversations-section .conv-item-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a1a2e;
  display: flex;
  align-items: center;
  gap: 8px;
}
.conversations-section .conv-item-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 20px;
  background: #57328a;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
}
.conversations-section .conv-item-time {
  font-size: 0.78rem;
  color: #999;
  white-space: nowrap;
  flex-shrink: 0;
}
.conversations-section .conv-item--unread .conv-item-time {
  color: #57328a;
}
.conversations-section .conv-item-message {
  font-size: 0.88rem;
  color: #666;
  margin: 0 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.conversations-section .conv-item-message--blurred {
  filter: blur(5px);
  user-select: none;
}
.conversations-section .conv-item-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  align-self: center;
  opacity: 0;
  transition: opacity 0.15s;
}
.conversations-section .conv-item:hover .conv-item-actions {
  opacity: 1;
}
.conversations-section .conv-item-delete {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #999;
  cursor: pointer;
  transition: all 0.15s;
}
.conversations-section .conv-item-delete:hover {
  background: rgba(0, 0, 0, 0.06);
  color: #e74c3c;
}
.conversations-section .conv-item-chevron {
  color: #ccc;
}
.conversations-section .conv-item-listing {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 14px 5px 5px;
  background: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 50px;
  font-size: 0.8rem;
  color: #555;
}
.conversations-section .conv-item-listing img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
}
.conversations-section .conv-item-listing strong {
  color: #1a1a2e;
}
.conversations-section.view-conversation-section .btn-cta {
  z-index: 1;
  position: relative;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.conversations-section .listing-item {
  margin-top: 15px;
  background-color: #f3f3f3;
  position: relative;
  padding-left: 50px;
  min-height: 65px;
  z-index: 0;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.conversations-section .listing-item .listing-title {
  padding-top: 20px;
  font-weight: bold;
}
.conversations-section .listing-item .img-box {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  left: 7.5px;
  top: 7.5px;
}
.conversations-section .listing-item .img-box img {
  border-radius: 50%;
}
.conversations-section .msg-item {
  background-color: #fff8ea;
  padding: 5px 10px;
  border-radius: 10px;
  color: #333;
  margin-top: 15px;
}
.conversations-section .msg-item.received-msg {
  color: #000;
  background-color: #f3f3f3;
}
.conversations-section .msg-item.listing-inactive-msg {
  background-color: #02b1d7;
  color: #fff;
}
.conversations-section .msg-item .sent-time {
  display: block;
  font-size: 0.8em;
  margin-top: 5px;
  text-align: right;
}
.conversations-section .user-info .user-name {
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 10px;
}

.chat-wrapper {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  max-height: 80vh;
  margin-top: 0;
}

.profile-page--gray .chat-wrapper {
  margin-top: 0;
}

.profile-page--gray .container:has(.chat-wrapper) {
  padding-top: 30px;
}

.chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  flex-shrink: 0;
}

.chat-header-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.chat-back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  text-decoration: none;
}
.chat-back-btn:hover {
  color: #333;
}

.chat-header-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #57328a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
}

.chat-header-online {
  position: absolute;
  bottom: 1px;
  left: 1px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2ecc71;
  border: 2px solid #fff;
}

.chat-header-info {
  display: flex;
  flex-direction: column;
}

.chat-header-name {
  font-weight: 700;
  font-size: 1rem;
  color: #1a1a2e;
}

.chat-header-status {
  font-size: 0.78rem;
  color: #2ecc71;
  font-weight: 500;
}

.chat-header-listing {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px 8px 8px;
  background: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 50px;
  text-decoration: none;
  color: inherit;
}
.chat-header-listing:hover {
  background: #f0f0f0;
  text-decoration: none;
  color: inherit;
}
.chat-header-listing img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.chat-header-listing span {
  font-size: 0.75rem;
  color: #888;
  display: block;
}
.chat-header-listing strong {
  font-size: 0.85rem;
  color: #1a1a2e;
  display: block;
}
.chat-header-listing > svg {
  color: #ccc;
  flex-shrink: 0;
}

.chat-header-listing-text {
  line-height: 1.3;
}

.chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 24px;
  background: #fafafa;
}

.chat-date-separator {
  text-align: center;
  margin: 16px 0;
}
.chat-date-separator span {
  display: inline-block;
  padding: 4px 16px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  font-size: 0.75rem;
  color: #999;
}

.chat-msg {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
  align-items: flex-end;
}
.chat-msg--mine {
  justify-content: flex-end;
}
.chat-msg--theirs {
  justify-content: flex-start;
}

.chat-msg-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  flex-shrink: 0;
}
.chat-msg-avatar--mine {
  background: #57328a;
  color: #fff;
}

.chat-msg-content {
  max-width: 65%;
  min-width: 0;
}

.chat-bubble {
  padding: 12px 18px;
  border-radius: 18px;
  word-break: break-word;
}
.chat-bubble p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
}
.chat-bubble--theirs {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  color: #333;
  border-bottom-left-radius: 4px;
}
.chat-bubble--mine {
  background: #57328a;
  color: #fff;
  border-bottom-right-radius: 4px;
}

.chat-bubble-image {
  max-width: 250px;
  border-radius: 12px;
  margin-top: 8px;
  display: block;
}

.chat-msg-time {
  font-size: 0.7rem;
  color: #bbb;
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.chat-msg-time--mine {
  justify-content: flex-end;
}
.chat-msg-time--mine svg {
  color: #2ecc71;
}

.chat-inactive-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  background: rgba(230, 126, 34, 0.08);
  border: 1px solid rgba(230, 126, 34, 0.2);
  border-radius: 12px;
  font-size: 0.85rem;
  color: #e67e22;
  margin-top: 16px;
}
.chat-inactive-notice svg {
  color: #e67e22;
}

.chat-input-form {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  flex-shrink: 0;
  background: #fff;
}

.chat-input-actions {
  display: flex;
  gap: 8px;
}

.chat-input-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #999;
  cursor: pointer;
  transition: all 0.15s;
}
.chat-input-btn:hover {
  background: #f0f0f0;
  color: #555;
}

.chat-input-wrapper {
  flex: 1;
}

.chat-input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.2s;
}
.chat-input:focus {
  border-color: #57328a;
}

.chat-send-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #57328a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.15s;
}
.chat-send-btn:hover {
  background: rgb(68.1191489362, 39.1489361702, 108.0510638298);
}

@media (max-width: 575px) {
  .chat-wrapper {
    max-height: 85vh;
    border-radius: 0;
    margin-top: 0;
  }
  .chat-header {
    padding: 12px 16px;
    flex-wrap: wrap;
    gap: 10px;
  }
  .chat-header-listing {
    width: 100%;
  }
  .chat-messages {
    padding: 16px;
  }
  .chat-msg-content {
    max-width: 80%;
  }
  .chat-input-form {
    padding: 12px 16px;
  }
}
.profile-content {
  margin-left: 20vw;
  padding: 30px 90px;
}

.profile-card {
  background-color: #fff;
  padding: 60px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.profile-card .form-section {
  margin-bottom: 30px;
  border-bottom: 1px solid rgb(150.5079787234, 112.2287234043, 203.2712765957);
  padding-bottom: 15px;
}
.profile-card .form-section .form-section-title {
  font-size: 1.4em;
}
.profile-card .form-control {
  border-radius: 5px;
  border-color: rgb(150.5079787234, 112.2287234043, 203.2712765957);
  margin-top: 10px;
}
.profile-card input[type=date]::-webkit-datetime-edit-text,
.profile-card input[type=date]::-webkit-datetime-edit-month-field,
.profile-card input[type=date]::-webkit-datetime-edit-day-field,
.profile-card input[type=date]::-webkit-datetime-edit-year-field {
  color: #57328a;
}

.select2-container--default .select2-selection--single {
  border-color: rgb(150.5079787234, 112.2287234043, 203.2712765957);
  margin-top: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 8px;
}

.input-checkbox {
  border: 1px solid rgb(150.5079787234, 112.2287234043, 203.2712765957);
  border-radius: 5px;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  margin-top: 10px;
  color: #57328a;
}
.input-checkbox .value-text {
  cursor: default;
}
.input-checkbox input {
  float: right;
  margin-top: 4px;
}

.profile-section .profile-card {
  padding: 30px;
  position: relative;
}
.profile-section .profile-card .v-align {
  width: 100%;
}
.profile-section .profile-card p {
  padding: 0;
  font-size: 1.4em;
  font-weight: bold;
  color: #57328a;
  margin: 0;
}

.input-group {
  position: relative;
}
.input-group .input-postfix {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 3px;
  color: #57328a;
  z-index: 10;
}

.listing-item .ap-cta {
  padding-top: 5px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.listing-item .ap-cta .btn {
  border-radius: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 10px 10px;
  width: 100%;
}
.listing-item .edit-bar {
  background-color: #f6e38a;
  color: #fff;
  padding: 5px 15px;
  position: relative;
  z-index: 1001;
  top: -15px;
}
.listing-item .edit-bar.active {
  background-color: #2ecc71;
}
.listing-item .edit-bar a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1280px) {
  .profile-content {
    padding: 30px 45px;
  }
  .profile-card {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .conversations-section .conversation-item .img-circle {
    max-width: 150px;
    margin: 0 auto;
    display: block;
  }
  .profile-content {
    width: 100%;
    margin-left: 0;
    padding: 90px 15px;
  }
  .profile-card {
    padding: 15px;
  }
  .drag-uploader .btn-cta {
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 0.8em;
  }
  .profile-section {
    text-align: center;
  }
  .profile-section img {
    max-height: 100px;
    margin: 0 auto 15px auto;
    display: block;
  }
  .profile-section .v-align {
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
  }
  .profile-section p {
    margin-top: 15px;
  }
}
