#wpds-survey-container {
    max-width: 100%;
    margin: 40px auto;
    padding: 20px;
}

.sv-title {
    font-size: 24px;
    font-weight: bold;
}

.sd-navigation__complete-btn, .sd-navigation__prev-btn, .sd-navigation__next-btn {
  background-color: rgb(164, 46, 52) !important;
  color: #fff !important;
  border: none !important;
}

.sd-navigation__complete-btn:hover {
  background-color: rgb(126, 35, 39) !important;
}

.sd-input,
.sd-textarea,
.sd-dropdown {
  background-color: #FFFFFF !important;
  border: 1px solid #E6DDCF !important;
  padding: 12px 14px !important;
  font-size: 15px !important;
  color: #1C1C1C !important;
  transition: all 0.2s ease-in-out;
  box-shadow: none !important;
}

.sv_progress-toc.sv_progress-toc--left {
    max-height: 80vh !important; 
    overflow-y: auto !important; 
    scrollbar-width: thin;       
}

.sv_progress-toc .sv-list {
    display: block !important;
}

.sv_progress-toc.sv_progress-toc--left::-webkit-scrollbar {
    width: 6px;
}

.sv_progress-toc.sv_progress-toc--left::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}

.sv_progress-toc.sv_progress-toc--left::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.sd-completedpage {
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    height: 100%;
}
.final-message.success {
    background-color: #e6f4ea; 
    color: #155724;
}
.final-message.error {
    background-color: #f8d7da;
    color: #721c24;
}
.final-message h3 {
    margin-top: 0;
    font-size: 24px;
}

.sd-dropdown__value input[type="text"] {
    border: none !important;
    outline: none !important; 
    box-shadow: none !important; 
}