.verify-email-container {
  width: 100%;
  max-width: 50%;
}

.verify-email-main {
  background: #8d8b8b;
}

.upload-image-modal{
  padding: 16px 24px;
  border-top: 1px solid #E5E7EB;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.upload-modal-body{
  padding: 24px;
}
.upload-modal-body ul{
  margin: 0 0 24px 0;
  padding-left: 20px;
  font-size: 14px;
  color: #6B7280;
}
.upload-modal-body p{
  margin: 0 0 20px 0;
  font-size: 14px;
  color: #6B7280;
  line-height: 1.5;
}
.edit-modal-image{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1050;
}

.edit-modal-header{
  padding: 20px 24px;
      border-bottom: 1px solid #E5E7EB;
      display: flex;
      justify-content: space-between;
      align-items: center;
}
.edit-modal-header h3{
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #111827;
}
.edit-modal-image-wrap
{
  background-color: white;
    border-radius: 12px;
    padding: 0;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  }
  .cancel-modal{
    background: none;
    border: none;
    font-size: 20px;
    color: #6B7280;
    cursor: pointer;
    padding: 4px;
    line-height: 1;
  }

.sidebar-collapsed .drjob-creator-badge{
  display: flex !important;
}
.sidebar-collapsed .creator-info,
.sidebar-collapsed .creator-arrow{
  display: none !important;
}
.sidebar-collapsed .creator-trigger{
  padding: 0;
}
.sidebar-collapsed .creator-popup{
  left: 83px;
}
.sidebar-collapsed .drjob-creator-badge{
  padding-left: 0;
}
.sidebar-collapsed .notification-badge{
  top: 0;
}
.profile-content .figma-upload-box,
.profile-content .figma-logo-upload-container{
    max-width: 100%;
    width: 100%;
}

@media (max-width: 768px){
  .radio-group{
      margin-bottom: 10px;
  }
  .job-overview-section {
    margin-bottom: 5px;
  }
  .form-group.half-width .radio-options .radio-option {
      width: 22%;
      flex-grow: 1;
      max-width: 50%;
  }
  .radio-option{
      min-width: 141px;
  }
  .form-row {
      gap: 4px;
  }
  .steps-navigation{
    margin-bottom: 16px;
  }
  .form-actions{
    margin-top: 16px;
  }
  .profile-header-card > .d-flex{
    flex-direction: column;
    justify-content: center;
    gap: 12px;
  }
  .profile-header-card .profile-avatar.me-4,
  .contact-value.ms-2{
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .profile-header-card .profile-basic-info .profile-name,
  .profile-header-card .contact-item,
  .profile-header-card .contact-value{
    text-align: center;
  }
  .profile-header-card.mb-4{
    margin-bottom: 0 !important;
  }
  .view-profile-content .profile-header{
    padding-top: 50px;
    padding-bottom: 0;
  }
  .profile-content .container-fluid.px-4{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .header-right .edit-profile-btn{
    padding-left: 0 !important;
  }
  .profile-header .header-content{
    flex-direction: row;
  }
  .profile-content .form-actions > a{
    width: 100%;
  }
  .profile-contact-info{
    display: flex;
    justify-content: flex-end;
  }
}

/* Coming Soon Page Styles */
.coming-soon-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.coming-soon-container {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 800px;
  padding: 2rem;
}

.coming-soon-content {
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 3rem 2rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.coming-soon-icon {
  font-size: 4rem;
  color: #667eea;
  margin-bottom: 1.5rem;
  animation: bounce 2s infinite;
}

.coming-soon-title {
  font-size: 3rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.coming-soon-subtitle {
  font-size: 1.2rem;
  color: #4a5568;
  margin-bottom: 2.5rem;
  line-height: 1.6;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.countdown-container {
  margin-bottom: 2.5rem;
}

.countdown-label {
  font-size: 1.3rem;
  color: #2d3748;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.countdown-timer {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 1.5rem 1rem;
  border-radius: 15px;
  min-width: 100px;
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
  transform: translateY(0);
  transition: transform 0.3s ease;
}

.countdown-item:hover {
  transform: translateY(-5px);
}

.countdown-number {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.countdown-text {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.9;
}

.coming-soon-subscription {
  margin-bottom: 2.5rem;
}

.subscription-title {
  font-size: 1.2rem;
  color: #2d3748;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.subscription-form {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  max-width: 400px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.subscription-input {
  flex: 1;
  min-width: 250px;
  padding: 1rem 1.5rem;
  border: 2px solid #e2e8f0;
  border-radius: 50px;
  font-size: 1rem;
  outline: none;
  transition: all 0.3s ease;
}

.subscription-input:focus {
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.subscription-button {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 140px;
  justify-content: center;
}

.subscription-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

.coming-soon-social {
  margin-top: 2rem;
}

.social-text {
  color: #4a5568;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: rgba(102, 126, 234, 0.1);
  color: #667eea;
  border-radius: 50%;
  text-decoration: none;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.social-link:hover {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

/* Background Animation */
.coming-soon-bg-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.floating-shape {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  animation: float 6s ease-in-out infinite;
}

.shape-1 {
  width: 80px;
  height: 80px;
  top: 10%;
  left: 10%;
  animation-delay: 0s;
}

.shape-2 {
  width: 120px;
  height: 120px;
  top: 20%;
  right: 10%;
  animation-delay: 1s;
}

.shape-3 {
  width: 60px;
  height: 60px;
  bottom: 30%;
  left: 20%;
  animation-delay: 2s;
}

.shape-4 {
  width: 100px;
  height: 100px;
  bottom: 10%;
  right: 20%;
  animation-delay: 3s;
}

.shape-5 {
  width: 140px;
  height: 140px;
  top: 50%;
  left: 50%;
  animation-delay: 4s;
  transform: translate(-50%, -50%);
}

/* Animations */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .coming-soon-content {
    padding: 2rem 1.5rem;
  }
  
  .coming-soon-title {
    font-size: 2.2rem;
  }
  
  .coming-soon-subtitle {
    font-size: 1rem;
  }
  
  .countdown-timer {
    gap: 1rem;
  }
  
  .countdown-item {
    min-width: 80px;
    padding: 1rem 0.5rem;
  }
  
  .countdown-number {
    font-size: 2rem;
  }
  
  .subscription-form {
    flex-direction: column;
    align-items: center;
  }
  
  .subscription-input {
    min-width: 100%;
    margin-bottom: 1rem;
  }
}

@media (max-width: 480px) {
  .coming-soon-container {
    padding: 1rem;
  }
  
  .coming-soon-title {
    font-size: 1.8rem;
  }
  
  .countdown-timer {
    gap: 0.5rem;
  }
  
  .countdown-item {
    min-width: 70px;
    padding: 0.8rem 0.3rem;
  }
  
  .countdown-number {
    font-size: 1.5rem;
  }
}

/* Custom styles for the Availability Calendar */

/* Custom Calendar Controls */
.calendar-controls {
  padding: 0 8px;
}

.nav-arrow-btn {
  background: white;
  border: 1px solid #e5e7eb;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s ease;
}

.nav-arrow-btn:hover {
  background: #f9fafb;
  border-color: #d1d5db;
  color: #374151;
}

.calendar-title {
  font-weight: 600;
  color: #1f2937;
  font-size: 18px;
  min-width: 200px;
  text-align: center;
}

.action-buttons {
  flex-shrink: 0;
}

.btn-add-availability,
.btn-add-timeoff {
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}

.btn-add-availability {
  background: #10b981;
  color: white;
}

.btn-add-availability:hover {
  background: #059669;
}

.btn-add-timeoff {
  background: #ef4444;
  color: white;
}

.btn-add-timeoff:hover {
  background: #dc2626;
}

/* Centered View Switcher */
.view-switcher {
  display: inline-flex;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.view-btn {
  padding: 8px 24px;
  background: white;
  border: none;
  color: #6b7280;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  border-right: 1px solid #e5e7eb;
  text-transform: capitalize;
}

.view-btn:last-child {
  border-right: none;
}

.view-btn:hover:not(.active) {
  background: #f9fafb;
  color: #374151;
}

.view-btn.active {
  background: #3b82f6;
  color: white;
}

.rbc-calendar {
  font-family: inherit;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Hide default toolbar since we're using custom navigation */
.rbc-toolbar {
  display: none !important;
}

.rbc-header {
  background-color: #f8fafc;
  border-bottom: 1px solid #e5e7eb;
  padding: 12px 16px;
  font-weight: 500;
  color: #374151;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.rbc-month-view {
  border: none;
  background: white;
}

.rbc-date-cell {
  padding: 0;
  /* border-right: 1px solid #f3f4f6;
  border-bottom: 1px solid #f3f4f6;
  min-height: 120px;
  background: white; */
}

.rbc-date-cell.rbc-off-range {
  color: #9ca3af;
  background-color: #f9fafb;
}

.rbc-date-cell:hover {
  /* background-color: #f8fafc; */
}

.rbc-today {
  background-color: #f0f9ff !important;
  color: #0369a1;
  font-weight: 600;
}

/* Date number styling */
.rbc-date-cell > a {
  display: block;
  padding: 8px 12px;
  font-weight: 500;
  color: #374151;
  text-decoration: none;
  font-size: 14px;
}

.rbc-date-cell.rbc-off-range > a {
  color: #9ca3af;
}

.rbc-today > a {
  color: #0369a1 !important;
  font-weight: 600;
}

.rbc-event {
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  margin: 1px;
}

.rbc-event:hover {
  opacity: 0.8;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.rbc-event.rbc-selected {
  outline: 2px solid #ffffff;
}

.rbc-slot-selection {
  background-color: rgba(0, 123, 255, 0.2);
  border: 2px dashed #007bff;
}

.rbc-day-slot .rbc-time-slot {
  border-top: 1px solid #f1f3f4;
}

.rbc-time-view .rbc-time-gutter {
  background-color: #fafafa;
}

.rbc-time-header-gutter,
.rbc-time-gutter .rbc-timeslot-group {
  border-right: 1px solid #dee2e6;
}

.rbc-current-time-indicator {
  background-color: #dc3545;
  height: 2px;
  z-index: 10;
}

/* Week view customization */
.rbc-time-view .rbc-header {
  border-bottom: 1px solid #dee2e6;
}

.rbc-time-content {
  border-top: 1px solid #dee2e6;
}

.rbc-time-slot {
  border-top: 1px solid #f1f3f4;
}

.rbc-timeslot-group {
  min-height: 60px;
}

/* Month view events */
.rbc-month-view .rbc-event {
  margin: 1px 2px;
}

.rbc-month-view .rbc-row-content {
  padding: 2px 5px;
}

/* Custom event colors */
.rbc-event.availability-event {
  background-color: #28a745;
  border: 1px solid #1e7e34;
}

.rbc-event.interview-event {
  background-color: #007bff;
  border: 1px solid #0056b3;
}

.rbc-event.timeoff-event {
  background-color: #dc3545;
  border: 1px solid #bd2130;
}

/* Toolbar customization */
.rbc-toolbar {
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #dee2e6;
}

.rbc-toolbar button {
  padding: 8px 16px;
  margin: 0 2px;
  border: 1px solid #dee2e6;
  background-color: white;
  color: #495057;
  border-radius: 0.25rem;
  transition: all 0.2s ease;
}

.rbc-toolbar button:hover {
  background-color: #e9ecef;
  border-color: #adb5bd;
}

.rbc-toolbar button.rbc-active {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}

.rbc-toolbar .rbc-btn-group button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-toolbar .rbc-btn-group button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rbc-toolbar .rbc-btn-group button:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* Legend styles */
.availability-legend {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 0.75rem;
  background-color: #f8f9fa;
  border-radius: 0.375rem;
  border: 1px solid #dee2e6;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #495057;
}

.legend-color {
  width: 16px;
  height: 16px;
  border-radius: 3px;
}

/* Modal improvements */
.modal-content {
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.modal-header {
  border-bottom: 1px solid #dee2e6;
  background-color: #f8f9fa;
}

.modal-footer {
  border-top: 1px solid #dee2e6;
  background-color: #f8f9fa;
}

/* Time slot buttons */
.time-slot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.time-slot-btn {
  padding: 0.5rem 1rem;
  border: 1px solid #dee2e6;
  background-color: white;
  color: #495057;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  transition: all 0.2s ease;
  cursor: pointer;
}

.time-slot-btn:hover {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}

.time-slot-btn.selected {
  background-color: #28a745;
  color: white;
  border-color: #28a745;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .rbc-calendar {
    font-size: 0.85em;
  }
  
  .calendar-controls {
    flex-direction: column;
    gap: 16px;
    align-items: stretch !important;
  }
  
  .calendar-nav {
    justify-content: center !important;
  }
  
  .calendar-title {
    font-size: 16px;
    min-width: 180px;
  }
  
  .action-buttons {
    justify-content: center;
  }
  
  .btn-add-availability,
  .btn-add-timeoff {
    font-size: 12px;
    padding: 6px 12px;
  }
  
  .view-switcher {
    width: 100%;
    justify-content: center;
  }
  
  .view-btn {
    flex: 1;
    padding: 10px 16px;
  }
  
  .time-slot-grid {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}

/* Loading state */
.calendar-loading {
  position: relative;
}

.calendar-loading::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calendar-loading::after {
  content: 'Loading...';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  font-size: 1.1rem;
  color: #495057;
}
.edit-profile-form .figma-file-status{
 max-width: none;
}

/* React Search Autocomplete Styles for Complete Profile */
.figma-autocomplete-wrapper {
  position: relative;
}

.figma-autocomplete-wrapper.error [data-test-id="search-input"] {
  border-color: #ef4444 !important;
}

.figma-autocomplete-wrapper [data-test-id="search-input"] {
  border: 1px solid #e5e7eb !important;
  border-radius: 4px !important;
  font-family: inherit !important;
  font-size: 14px !important;
  height: 44px !important;
  padding: 10px 16px !important;
  background-color: white !important;
  color: #374151 !important;
  outline: none !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.figma-autocomplete-wrapper [data-test-id="search-input"]:focus {
  border-color: #3b82f6 !important;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1) !important;
}

.figma-autocomplete-wrapper [data-test-id="results-container"] {
  border: 1px solid #e5e7eb !important;
  border-top: none !important;
  border-radius: 0 0 4px 4px !important;
  background-color: white !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  max-height: 200px !important;
  overflow-y: auto !important;
  z-index: 1000 !important;
}

.figma-autocomplete-wrapper [data-test-id="result"] {
  padding: 12px 16px !important;
  cursor: pointer !important;
  border-bottom: 1px solid #f3f4f6 !important;
  font-size: 14px !important;
  color: #374151 !important;
  transition: background-color 0.15s ease-in-out !important;
}

.figma-autocomplete-wrapper [data-test-id="result"]:hover {
  background-color: #f9fafb !important;
}

.figma-autocomplete-wrapper [data-test-id="result"]:last-child {
  border-bottom: none !important;
}

.figma-autocomplete-wrapper [data-test-id="result"].selected {
  background-color: #eff6ff !important;
  color: #1d4ed8 !important;
}

.figma-autocomplete-wrapper .autocomplete-result {
  display: flex;
  align-items: center;
  width: 100%;
}

.figma-autocomplete-wrapper [data-test-id="clear-icon"] {
  width: 16px !important;
  height: 16px !important;
  margin-right: 8px !important;
  cursor: pointer !important;
}

.figma-autocomplete-wrapper [data-test-id="search-icon"] {
  width: 16px !important;
  height: 16px !important;
  margin-right: 8px !important;
  color: #9ca3af !important;
}

.figma-autocomplete-wrapper .search-icon{
  display: none;
}
/* Subscriptions Module Styles */
.subscription-current-section {
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  border: 1px solid #e5e7eb;
}

.subscription-current-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.current-plan-left {
  flex: 1;
}

.current-plan-right {
  flex-shrink: 0;
}

.current-plan-info {
  text-align: center;
}

.current-plan-title {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 16px;
}

.current-plan-details {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 8px;
}

.current-plan-name {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.current-plan-price {
  font-size: 20px;
  font-weight: 600;
  color: #6b7280;
}

.current-plan-description {
  color: #6b7280;
  font-size: 14px;
  margin: 0;
}

.subscription-plans-section {
  padding: 24px;
}

.plans-section-title {
  font-size: 20px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 24px;
}

.subscription-plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-bottom: 24px;
}

.subscription-plan-card {
  background: white;
  border: 2px solid #e5e7eb;
  border-radius: 21px;
  padding: 24px;
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.subscription-plan-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.subscription-plan-card.popular-plan {
  background-color: #f8fafc;
  /* border-color: #3b82f6; */
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
}

.subscription-plan-card.current-plan {
  border-color: #ADD4FA;
  background: #EEF6FF;
}

.plan-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  color: white;
  padding: 6px 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.plan-header {
  text-align: left;
  margin-bottom: 24px;
}

.plan-name {
  font-size: 20px;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 8px;
}

.plan-price {
  margin-bottom: 12px;
}

.plan-price .price {
  font-size: 32px;
  font-weight: 800;
  color: #1A1A1A;
}

.plan-price .period {
  font-size: 16px;
  color: #6b7280;
  font-weight: 500;
}

.plan-description {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.plan-features {
  flex: 1;
  margin-bottom: 24px;
}

.plan-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.plan-features li {
  display: flex;
  align-items: center;
  padding: 8px 0;
  color: #374151;
  font-size: 14px;
  line-height: 1.5;
}

.feature-check {
  width: 20px;
  height: 20px;
  background: #10b981;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 600;
  flex-shrink: 0;
}

.plan-action {
  margin-top: auto;
}

.plan-button {
  width: 100%;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  text-decoration: none;
  display: inline-block;
}

.upgrade-button {
  background: #f9fafb;
  color: #374151;
  border-color: #e5e7eb;
}

.upgrade-button:hover {
  background: #f3f4f6;
  border-color: #d1d5db;
}

.popular-plan-button {
  display: flex;
  padding: 16px 35px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #A5C5E5;
  background: #FFF;
}

.popular-plan-button:hover {
  border-radius: 10px;
  border: 1px solid #A5C5E5;
  background: #ADD4FA;
}

.enterprise-button {
  display: flex;
  padding: 16px 35px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #A5C5E5;
  background: #FFF;
}

.enterprise-button:hover {
  border-radius: 10px;
  border: 1px solid #A5C5E5;
  background: #ADD4FA;
}

.current-plan-button {
  display: flex;
  padding: 16px 35px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #A5C5E5;
  background: #ADD4FA;
  color: #1A1A1A;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* Responsive Design for Subscriptions */
@media (max-width: 768px) {
  .subscription-current-content {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    gap: 16px;
  }

  .current-plan-right {
    align-self: center;
  }

  .subscription-plans-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .subscription-plan-card {
    padding: 20px;
  }

  .plan-name {
    font-size: 20px;
  }

  .plan-price .price {
    font-size: 28px;
  }

  .current-plan-details {
    flex-direction: column;
    gap: 8px;
  }

  .current-plan-name {
    font-size: 20px;
  }

  .current-plan-price {
    font-size: 16px;
  }
}

/* Upgrade Plan Modal Styles */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 20px;
}

.upgrade-plan-modal {
  background: white;
  border-radius: 12px;
  max-width: 1200px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.modal-header {
  position: relative;
  padding: 32px 32px 24px 32px;
  border-bottom: 1px solid #e5e7eb;
  text-align: center;
}

.modal-header-content h2 {
  font-size: 32px;
  font-weight: 600;
  color: #1a202c;
  margin-bottom: 8px;
  line-height: 1.2;
}

.modal-header-content p {
  font-size: 18px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

.modal-close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 32px;
  color: #666;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.modal-close-button:hover {
  background-color: #f3f4f6;
  color: #1a202c;
}

.modal-content {
  padding: 32px;
}

.billing-toggle {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.toggle-wrapper {
  display: inline-flex;
  background: #f1f5f9;
  border-radius: 8px;
  padding: 4px;
  position: relative;
}

.toggle-option {
  padding: 12px 24px;
  border: none;
  background: transparent;
  color: #64748b;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.2s ease;
  position: relative;
  z-index: 1;
}

.toggle-option.active {
  background: white;
  color: #1a202c;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.modal-plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  align-items: start;
}

/* Responsive styles for modal */
@media (max-width: 768px) {
  .modal-overlay {
    padding: 10px;
  }
  
  .upgrade-plan-modal {
    max-height: 95vh;
  }
  
  .modal-header {
    padding: 24px 24px 20px 24px;
  }
  
  .modal-header-content h2 {
    font-size: 24px;
  }
  
  .modal-header-content p {
    font-size: 16px;
  }
  
  .modal-content {
    padding: 24px;
  }
  
  .modal-plans-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .toggle-option {
    padding: 10px 20px;
    font-size: 14px;
  }
}

/* Payment Modal Styles */
.payment-modal {
  background: white;
  border-radius: 12px;
  max-width: 400px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  margin: 20px;
}

.payment-modal-header {
  position: relative;
  padding: 20px 24px;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-back-button {
  position: absolute;
  left: 16px;
  background: none;
  border: none;
  color: #666;
  font-size: 16px;
  cursor: pointer;
  padding: 4px 8px;
}

.payment-modal-title {
  font-size: 18px;
  font-weight: 600;
  color: #1a202c;
  margin: 0;
}

.payment-close-button {
  position: absolute;
  right: 16px;
  background: none;
  border: none;
  font-size: 24px;
  color: #666;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-plan-summary {
  padding: 16px 24px;
  text-align: center;
  background: #f8fafc;
  border-bottom: 1px solid #e5e7eb;
}

.plan-access-duration {
  font-size: 14px;
  color: #666;
}

.payment-summary {
  padding: 20px 24px;
  border-bottom: 1px solid #e5e7eb;
}

.payment-line-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
  color: #333;
}

.payment-amount {
  font-weight: 500;
}

.payment-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  color: #1a202c;
  padding-top: 12px;
  border-top: 1px solid #e5e7eb;
}

.payment-total-amount {
  color: #1a202c;
}

.payment-methods-section {
  padding: 20px 24px;
}

.payment-method-option {
  margin-bottom: 16px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
}

.payment-method-option.selected {
  border-color: #3b82f6;
}

.payment-method-header {
  padding: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.payment-method-header input[type="radio"] {
  margin-right: 12px;
  accent-color: #3b82f6;
}

.payment-method-label {
  flex: 1;
  font-weight: 500;
  color: #1a202c;
  cursor: pointer;
}

.payment-method-icons {
  display: flex;
  gap: 8px;
  align-items: center;
}

.payment-icon {
  height: 24px;
  width: auto;
}

.paypal-icon img {
  height: 20px;
}

.credit-cards-list {
  border-top: 1px solid #e5e7eb;
  background: #f8fafc;
}

.credit-card-item {
  padding: 16px;
  border-bottom: 1px solid #e5e7eb;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.credit-card-item:hover {
  background: #f1f5f9;
}

.credit-card-item.selected {
  background: #eff6ff;
  border-color: #3b82f6;
  box-shadow: inset 0 0 0 2px #3b82f6;
  border-radius: 6px;
  margin: 8px;
  padding: 12px;
}

.credit-card-item:last-child {
  border-bottom: none;
}

.card-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.card-brand-icon {
  width: 40px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mastercard-icon {
  display: flex;
  align-items: center;
  position: relative;
}

.mc-circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.mc-circle.red {
  background: #eb001b;
}

.mc-circle.yellow {
  background: #ff5f00;
  margin-left: -8px;
}

.visa-icon {
  background: #1a1f71;
  color: white;
  font-size: 10px;
  font-weight: bold;
  padding: 4px 6px;
  border-radius: 3px;
}

.card-details {
  flex: 1;
}

.card-number {
  font-weight: 500;
  color: #1a202c;
  font-size: 14px;
}

.card-expiry {
  font-size: 12px;
  color: #666;
  margin-top: 2px;
}

.default-badge {
  background: #10b981;
  color: white;
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 12px;
  font-weight: 500;
}

.add-new-card-button {
  width: 100%;
  padding: 16px;
  background: white;
  border: 2px dashed #d1d5db;
  border-radius: 8px;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  margin: 8px;
}

.add-new-card-button:hover {
  border-color: #9ca3af;
  background: #f9fafb;
}

.payment-actions {
  padding: 20px 24px;
}

.pay-button {
  width: 100%;
  background: #10b981;
  color: white;
  border: none;
  padding: 14px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.pay-button:hover:not(:disabled) {
  background: #059669;
}

.pay-button:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}

.payment-security {
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  background: #f8fafc;
  font-size: 12px;
  color: #666;
}

.security-icon {
  font-size: 14px;
}

.payment-terms {
  padding: 16px 24px;
  border-top: 1px solid #e5e7eb;
  background: #f8fafc;
}

.payment-terms p {
  font-size: 11px;
  color: #666;
  line-height: 1.4;
  margin: 0;
}

.terms-link {
  color: #3b82f6;
  text-decoration: none;
}

.terms-link:hover {
  text-decoration: underline;
}

/* Payment Modal Responsive */
@media (max-width: 480px) {
  .payment-modal {
    margin: 10px;
    max-width: calc(100vw - 20px);
  }
  
  .payment-modal-header {
    padding: 16px 20px;
  }
  
  .payment-summary,
  .payment-methods-section,
  .payment-actions {
    padding: 16px 20px;
  }
  
  .payment-plan-summary {
    padding: 12px 20px;
  }
}

/* Billing Module Styles - Modularized Components */
/* 
 * Structure:
 * - BillingMain.tsx (Main container with tab navigation)
 * - InvoicesTab.tsx (Invoice table and pagination)
 * - InfoTab.tsx (Billing information form)
 * - PaymentMethodsTab.tsx (Payment cards list)
 * - PaymentSidebar.tsx (Add payment card sidebar)
 */

/* Billing Module Styles */
.billing-tabs {
  display: flex;
  border-bottom: 2px solid #e5e7eb;
  margin-bottom: 24px;
  background: white;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.billing-tab {
  padding: 16px 24px;
  background: transparent;
  border: none;
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
}

.billing-tab:hover {
  color: #374151;
  background: #f9fafb;
}

.billing-tab.active {
  color: #3b82f6;
  border-bottom-color: #3b82f6;
  background: white;
}

.billing-tab-content {
  background: white;
  border-radius: 0 0 8px 8px;
  padding: 24px;
}

/* Billing Table Styles */
.billing-table-wrapper {
  overflow-x: auto;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin-bottom: 24px;
}

.billing-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
}

.billing-table th {
  background: #f8fafc;
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
  font-size: 12px;
  color: #374151;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #e5e7eb;
}

.billing-table td {
  padding: 16px;
  border-bottom: 1px solid #f3f4f6;
  font-size: 14px;
  color: #374151;
}

.billing-table tr:last-child td {
  border-bottom: none;
}

.billing-table tr:hover {
  background: #f9fafb;
}

.billing-invoice-id {
  font-weight: 600;
  color: #1f2937;
}

.billing-amount {
  font-weight: 600;
  font-family: 'Courier New', monospace;
}

.billing-status-badge {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.billing-status-success {
  background: #dcfce7;
  color: #166534;
}

.billing-status-refunded {
  background: #fef3c7;
  color: #92400e;
}

.billing-status-failed {
  background: #fecaca;
  color: #991b1b;
}

.billing-status-pending {
  background: #e0e7ff;
  color: #3730a3;
}

.billing-method {
  display: flex;
  align-items: center;
  gap: 8px;
}

.billing-method-icon {
  color: #6b7280;
  font-size: 16px;
}

.billing-invoice-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  color: #6b7280;
  transition: all 0.2s ease;
}

.billing-invoice-btn:hover {
  background: #f3f4f6;
  color: #374151;
}

.billing-file-icon {
  font-size: 16px;
}

/* Billing Pagination */
.billing-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}

.pagination-info {
  color: #6b7280;
  font-size: 14px;
}

.pagination-numbers {
  display: flex;
  gap: 4px;
  align-items: center;
}

.pagination-btn {
  padding: 8px 12px;
  border: 1px solid #e5e7eb;
  background: white;
  color: #374151;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s ease;
}

.pagination-btn:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}

.pagination-btn.active {
  background: #3b82f6;
  color: white;
  border-color: #3b82f6;
}

.pagination-dots {
  color: #6b7280;
  margin: 0 8px;
}

/* Billing Info Styles */
.billing-info-section {
  background: white;
  padding: 32px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}

.billing-info-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
}

.billing-info-header h3 {
  margin: 0 0 8px 0;
  color: #1f2937;
  font-size: 20px;
  font-weight: 600;
}

.billing-info-description {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.5;
  max-width: 600px;
}

.billing-edit-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: transparent;
  color: #374151;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.billing-edit-btn:hover {
  background: #f9fafb;
  border-color: #9ca3af;
}

.billing-info-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.billing-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.billing-form-field {
  display: flex;
  flex-direction: column;
}

.billing-form-field label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #6b7280;
  margin-bottom: 8px;
}

.billing-form-field p {
  margin: 0;
  color: #1f2937;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 0;
  min-height: 20px;
}

.billing-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
}

.billing-info-item label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6b7280;
  margin-bottom: 8px;
}

.billing-info-item p {
  margin: 0;
  color: #1f2937;
  font-size: 14px;
  line-height: 1.5;
}

/* Payment Methods Styles */
.billing-payment-section {
  background: white;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}

.payment-methods-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.payment-methods-header h3 {
  margin: 0;
  color: #1f2937;
  font-size: 18px;
  font-weight: 600;
}

.btn-add-payment {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: #3b82f6;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease;
}

.btn-add-payment:hover {
  background: #2563eb;
}

.payment-methods-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.payment-method-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: white;
}

.payment-method-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.payment-method-icon {
  width: 40px;
  height: 40px;
  background: #f3f4f6;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-method-icon i {
  font-size: 18px;
  color: #6b7280;
}

/* Card Brand Specific Colors */
.card-brand-icon.fa-cc-visa {
  color: #1a1f71 !important;
  font-size: 24px !important;
}

.card-brand-icon.fa-cc-mastercard {
  color: #ff731c !important;
  font-size: 24px !important;
}

.card-brand-icon.fa-cc-amex {
  color: #006fcf !important;
  font-size: 24px !important;
}

.card-brand-icon.fa-cc-discover {
  color: #ff6000 !important;
  font-size: 24px !important;
}

.payment-method-details h4 {
  margin: 0 0 4px 0;
  color: #1f2937;
  font-size: 16px;
  font-weight: 600;
}

.payment-method-details p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
}

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

.payment-method-default {
  padding: 4px 12px;
  background: #dcfce7;
  color: #166534;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
}

.payment-method-btn {
  background: transparent;
  border: none;
  padding: 8px;
  color: #6b7280;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.2s ease;
}

.payment-method-btn:hover {
  background: #f3f4f6;
}

/* Payment Modal Styles */
/* Payment Card Sidebar Styles */
.payment-sidebar-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}

.payment-sidebar {
  width: 450px;
  height: 100vh;
  background: white;
  display: flex;
  flex-direction: column;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
  transform: translateX(100%);
  animation: slideInFromRight 0.3s ease-out forwards;
}

@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

.payment-sidebar-header {
  padding: 24px;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  flex-shrink: 0;
}

.payment-sidebar-header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

.payment-sidebar-close {
  background: none;
  border: none;
  font-size: 18px;
  color: #999;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  transition: all 0.2s;
}

.payment-sidebar-close:hover {
  background-color: #f5f5f5;
  color: #333;
}

.payment-sidebar-body {
  flex: 1;
  padding: 24px;
  overflow-y: auto;
}

.payment-sidebar-description {
  margin-bottom: 24px;
  color: #666;
  line-height: 1.5;
  font-size: 14px;
}

.payment-sidebar-footer {
  padding: 24px;
  border-top: 1px solid #e8e8e8;
  background: white;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  flex-shrink: 0;
}

.payment-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.payment-form-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.payment-form-section h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
}

.payment-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.payment-form-field.full-width {
  grid-column: 1 / -1;
}

.payment-form-field {
  position: relative;
  display: flex;
  flex-direction: column;
}

.payment-input {
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 14px;
  color: #1f2937;
  background: white;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.payment-input:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.payment-input::placeholder {
  color: #9ca3af;
}

.payment-select {
  padding: 12px 16px;
  padding-right: 40px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 14px;
  color: #1f2937;
  background: white;
  appearance: none;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.payment-select:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.payment-select-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
  font-size: 12px;
  pointer-events: none;
}

.payment-form-checkbox {
  margin-top: 8px;
}

.payment-checkbox-label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-size: 14px;
  color: #374151;
}

.payment-checkbox {
  width: 16px;
  height: 16px;
  border: 2px solid #d1d5db;
  border-radius: 3px;
  background: white;
  cursor: pointer;
  transition: all 0.2s ease;
}

.payment-checkbox:checked {
  background-color: #3b82f6;
  border-color: #3b82f6;
}

.payment-checkbox:checked::before {
  content: '✓';
  display: block;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 12px;
}

.payment-checkbox-text {
  user-select: none;
}

.payment-modal-footer {
  padding: 24px;
  border-top: 1px solid #e5e7eb;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.payment-btn-cancel {
  padding: 10px 20px;
  background: transparent;
  color: #6b7280;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.payment-btn-cancel:hover {
  background: #f9fafb;
  color: #374151;
}

.payment-btn-add {
  padding: 10px 20px;
  background: #3b82f6;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease;
}

.payment-btn-add:hover {
  background: #2563eb;
}

/* Mobile responsive for Payment Sidebar */
@media (max-width: 768px) {
  .payment-sidebar {
    width: 100vw;
  }

  .payment-sidebar-footer {
    flex-direction: column;
    gap: 8px;
  }

  .payment-btn-cancel,
  .payment-btn-add {
    width: 100%;
    text-align: center;
  }

  .payment-form-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* Responsive Design for Billing */
@media (max-width: 768px) {
  .billing-tabs {
    flex-direction: column;
  }

  .billing-tab {
    text-align: center;
    border-bottom: 1px solid #e5e7eb;
    border-right: none;
  }

  .billing-tab.active {
    border-bottom-color: #3b82f6;
  }

  .billing-table-wrapper {
    font-size: 12px;
  }

  .billing-table th,
  .billing-table td {
    padding: 8px 12px;
  }

  .billing-pagination {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .billing-info-grid {
    grid-template-columns: 1fr;
  }

  .billing-info-header {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .billing-form-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .billing-info-section {
    padding: 20px;
  }

  .payment-methods-header {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .payment-method-card {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .payment-method-info {
    justify-content: center;
  }

  .payment-method-actions {
    justify-content: center;
  }
}

/* History Module Styles */
.history-tabs {
  display: flex;
  border-bottom: 1px solid #e5e7eb;
  background: white;
  padding: 0;
  margin-bottom: 0;
}

.history-tab {
  background: none;
  border: none;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
  position: relative;
}

.history-tab:hover {
  color: #374151;
  background-color: #f9fafb;
}

.history-tab.active {
  color: #3b82f6;
  border-bottom-color: #3b82f6;
  background-color: white;
}

.history-tab-content {
  background: white;
  padding: 0;
}

/* History Table Styles */
.history-table-wrapper {
  overflow-x: auto;
  background: white;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.history-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.history-table th {
  background: #a8c5e8;
  color: #1f2937;
  padding: 16px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  border-bottom: none;
}

.history-table td {
  padding: 16px 20px;
  border-bottom: 1px solid #f3f4f6;
  color: #374151;
}

.history-table tr:last-child td {
  border-bottom: none;
}

.history-table tr:hover {
  background-color: #f9fafb;
}

.history-datetime {
  font-weight: 500;
  color: #1f2937;
}

.history-user {
  font-weight: 500;
  color: #1f2937;
}

.history-action {
  color: #374151;
}

.history-details {
  color: #6b7280;
}

.history-ip {
  font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
  color: #374151;
}

.history-ip-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.history-ip-icon {
  color: #6b7280;
  font-size: 12px;
  opacity: 0.7;
}

/* History Pagination */
.history-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  background: white;
  border-top: 1px solid #e5e7eb;
}

.pagination-info {
  color: #6b7280;
  font-size: 14px;
}

.pagination-numbers {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pagination-btn {
  background: white;
  border: 1px solid #d1d5db;
  color: #374151;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 40px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-btn:hover {
  background-color: #f9fafb;
  border-color: #9ca3af;
}

.pagination-btn.active {
  background: #3b82f6;
  border-color: #3b82f6;
  color: white;
}

.pagination-dots {
  color: #9ca3af;
  padding: 0 8px;
}

/* Responsive Design for History */
@media (max-width: 768px) {
  .history-tabs {
    flex-direction: column;
  }

  .history-tab {
    text-align: center;
    border-bottom: 1px solid #e5e7eb;
    border-right: none;
  }

  .history-tab.active {
    border-bottom-color: #3b82f6;
  }

  .history-table-wrapper {
    font-size: 12px;
  }

  .history-table th,
  .history-table td {
    padding: 12px 16px;
  }

  .history-pagination {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .history-ip-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .history-table th:nth-child(4),
  .history-table td:nth-child(4) {
    display: none;
  }
}

/* 2FA Authentication Styles */
.drjob-2fa-header {
  margin-bottom: 20px;
}

.drjob-back-button {
  background: none;
  border: none;
  color: #3b82f6;
  font-size: 14px;
  cursor: pointer;
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.drjob-back-button:hover {
  color: #2563eb;
  text-decoration: none;
}

.drjob-otp-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.drjob-otp-input {
  width: 100%;
  padding: 14px 50px 14px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 8px;
  text-align: center;
  background: #f9fafb;
  color: #1a202c;
  transition: all 0.3s ease;
}

.drjob-otp-input:focus {
  outline: none;
  border-color: #3b82f6;
  background: white;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.drjob-otp-input::placeholder {
  color: #9ca3af;
  font-weight: 400;
  letter-spacing: 4px;
}

.login-otp-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 24 24'%3E%3Cpath d='M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.6;
}

.drjob-resend-link {
  background: none;
  border: none;
  color: #3b82f6;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
  padding: 0;
}

.drjob-resend-link:hover {
  color: #2563eb;
}

.drjob-login-btn:disabled {
  background: #9ca3af;
  cursor: not-allowed;
  opacity: 0.6;
}

.drjob-login-btn:disabled:hover {
  background: #9ca3af;
  transform: none;
}

/* OTP Input Animation */
.drjob-otp-input[value=""] {
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0%, 100% {
    border-color: #e5e7eb;
  }
  50% {
    border-color: #3b82f6;
  }
}

/* Mobile Responsive for 2FA */
@media (max-width: 768px) {
  .drjob-otp-input {
    font-size: 16px;
    letter-spacing: 6px;
    padding: 12px 40px 12px 12px;
  }
  
  .drjob-otp-input::placeholder {
    letter-spacing: 3px;
  }
}

/* Interview Meeting Styles */
.interview-meeting-item {
  padding: 1rem;
  background-color: #ebf3fb;
  border: 2px solid #a5c5e5;
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 8px;
}

.interview-meeting-item:hover {
  background-color: rgba(226, 235, 239, 0.5);
}

.interview-meeting-item.with-top-margin {
  margin-top: 1rem;
}
.interview-meeting-item-pending {
  padding: 1rem;
  background-color: #f5f5f5;
  border: 2px solid #999999;
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 8px;
}
.interview-meeting-item-pending.with-top-margin {
  margin-top: 1rem;
}
.interview-sidebar-panel {
  height: 600px;
  overflow-y: auto;
  padding: 1rem;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
}

.interview-calendar-container {
  height: 600px;
}

.btn-success-interview {
  background-color: #c6e2eb;
  color: black;
  padding: 8px 14px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
} 

.btn-success-interview:hover {
  background-color: #87CEEB;
  color: black;
}

.btn-danger-interview {
  background-color: rgb(244, 243, 243);
  color: black;
  padding: 8px 14px;
  border: 2px solid rgb(214, 212, 212);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.btn-danger-interview:hover {
  background-color: rgb(244, 243, 243);
  color: black;
  border: 2px solid rgb(214, 212, 212);
  border-radius: 6px;
}

.interview-calendar-container .rbc-calendar {
  height: 100%;
}

.interview-calendar-container .rbc-event {
  background-color: #a6c5e4 !important;
  color: #000 !important;
  border: none !important;
  border-radius: 8px !important;
  opacity: 1 !important;
}

.interview-calendar-container .rbc-month-view .rbc-event {
  background-color: #a6c5e4 !important;
  color: #000 !important;
  padding: 5px !important;
  margin: 1px 0 !important;
  height: auto !important;
  min-height: 18px !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.interview-calendar-container .rbc-month-view .rbc-date-cell {
  min-height: 80px !important;
}

.interview-calendar-container .rbc-event-content {
  color: #000 !important;
  font-weight: 500 !important;
}
.toggle-switch-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 20px 0;
}

.toggle-label {
  font-size: 16px;
  font-weight: 500;
  color: #6b7280;
  transition: color 0.3s ease;
}

.toggle-label.active {
  color: #1f2937;
  font-weight: 600;
}

.toggle-switch {
  width: 60px;
  height: 32px;
  background-color: #e5e7eb;
  border-radius: 16px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.toggle-switch:hover {
  background-color: #d1d5db;
}

.toggle-slider {
  width: 28px;
  height: 28px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.toggle-slider.monthly {
  transform: translateX(2px);
}

.toggle-slider.yearly {
  transform: translateX(30px);
}