.carousel-container {
    width: 90%;
    margin: 0 auto;
}

.carousel {
    display: flex;
    overflow: hidden;
    width: 100%;
}

.slide {
    flex: 0 0 100%;
    padding: 80px 5% 80px 5%;
    text-align: left;
}

.slide h3 {
    margin-bottom: 20px;
}

.submit-btn {
    margin-top: 20px;
    background-color: #4CAF50;
    color: white;
}

.hidden {
    display: none;
}
input[type="file"] {
    display: none;
}
.uploadButton {
    display: block;
    width: fit-content!important;
}
#fileInputContainer{
    display: none;
}
#urls{
    height: 300px;
}
#budgetTextareaContainer {
  display: none;
  transition: height 0.5s ease;
  overflow: hidden;
}
#spinner, #voicespinner {
    display: none;
    margin: 20px auto;
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #FFB800;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#results {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#results h2 {

    margin-bottom: 10px;
}

#results h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

#results p {
    margin-bottom: 10px;
}

#results strong {
    font-weight: bold;
}

.slide label {
    width: 100%;

    margin-top: 10px;
}

.slide input,
.slide textarea {
    width: 100%;
    border: 0;
    border: 2px solid #fff;
    background: none;
    color: #fff;

    padding: 6px;
}

.slide>h3 {
    display: inline-block;
    color: #fff;

    margin-right: 4px;
    margin-bottom: 0;
}

.slide>span {

    font-weight: 100;
}

.slide .example {
    font-size: .7em;
    color: #999;
}

#voiceTable {
    list-style: none;
    margin-top: 15px;
}
textarea#exclusion, textarea#voice{
    background: #FFF;
    color: #333;
}
#termsCheckbox, #termsLabel{
display: inline-block;
width: fit-content!important;

}
.agreeText{
    font-size: 1em;
}
#generalInfoNext, #websiteNext, #budgetNext, #brandNext, #competitorsNext, #voiceNext, #submitButton{
  margin: 0;
}
@media (max-width: 768px) {
  .btn {
    width: 100%;
  }
}